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