Interface XbpJobExternalProgramStep
-
- All Superinterfaces:
SapObject
,XbpJobExternalStep
,XbpJobStep
public interface XbpJobExternalProgramStep extends XbpJobExternalStep
External program step
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProgramName()
Get the name of the external programString
getTargetHost()
Get the name of the target host 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
-
-