Interface XbpJobExternalCommandStep
-
- All Superinterfaces:
SapObject
,XbpJobExternalStep
,XbpJobStep
public interface XbpJobExternalCommandStep extends XbpJobExternalStep
External command step
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommandName()
Get the name of the external commandString
getOperatingSystemName()
Get the operating system of the external commandString
getTargetServer()
Get the name of target server that runs the external program-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.SapObject
getField
-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobExternalStep
getParameters, isCaptureStderr, isCaptureStdout, isTraceEnabled, isWaitForJob
-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobStep
getSpoolLists, getStepNumber, getStepUser, hasSpoolLists, isAbapStep, isExternalCommandStep, isExternalProgramStep
-
-
-
-
Method Detail
-
getCommandName
String getCommandName()
Get the name of the external command- Returns:
- external command name
-
getOperatingSystemName
String getOperatingSystemName()
Get the operating system of the external command- Returns:
- operating system name
-
getTargetServer
String getTargetServer()
Get the name of target server that runs the external program- Returns:
- target server name
-
-