public class ZoweCommandLineBuilder extends Object
Constructor and Description |
---|
ZoweCommandLineBuilder() |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
getCommandOutput(String... parameters)
This method submits a command on the zowe cli and returns the command output as CommandResponse.
|
CommandResponse |
getCommandOutput(String cli)
This method submits a command on the zowe cli and returns the command output as CommandResponse.
|
String |
getCommandOutputNoTimeout(String... parameters)
This method submits a command on the zowe cli and returns the command output as string.
|
String |
getCommandOutputNoTimeout(String cli)
This method submits a command on the zowe cli and returns the command output as string.
|
public String getCommandOutputNoTimeout(String... parameters)
parameters
- - the command parameters and arguments, e.g.: [zowe, jobs, submit, ds] ...public String getCommandOutputNoTimeout(String cli)
cli
- - the command parameters and arguments, e.g.: zowe jobs submit ds ...public CommandResponse getCommandOutput(String... parameters)
parameters
- - the command parameters and arguments, e.g.: [zowe, jobs, submit, ds] ...public CommandResponse getCommandOutput(String cli)
cli
- - the command parameters and arguments, e.g.: zowe jobs submit ds...Copyright © 2016–2022. All rights reserved.