public class ScriptFileCommandBase extends ScriptFileCommand implements HasFailureHandler
| Constructor and Description |
|---|
ScriptFileCommandBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getArgs() |
StepExecutionItem |
getFailureHandler() |
java.lang.String |
getFileExtension()
Get the server-local script path
|
boolean |
getInterpreterArgsQuoted()
Get the server-local script path
|
java.lang.String |
getScript()
Get the full script
|
java.io.InputStream |
getScriptAsStream()
Get an InputStream that can provide the full script
|
java.lang.String |
getScriptInterpreter()
Get the server-local script path
|
java.lang.String |
getServerScriptFilePath()
Get the server-local script path
|
boolean |
isKeepgoingOnSuccess() |
getNodeStepType, getTypegetLabel, setLabelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabelpublic java.lang.String getScript()
ScriptFileCommandExecutionItemgetScript in interface ScriptFileCommandExecutionItempublic java.io.InputStream getScriptAsStream()
ScriptFileCommandExecutionItemgetScriptAsStream in interface ScriptFileCommandExecutionItempublic java.lang.String getServerScriptFilePath()
ScriptFileCommandExecutionItemgetServerScriptFilePath in interface ScriptFileCommandExecutionItempublic java.lang.String[] getArgs()
getArgs in interface ScriptFileCommandExecutionItempublic StepExecutionItem getFailureHandler()
getFailureHandler in interface HasFailureHandlerStepExecutionItem to handle failurepublic boolean isKeepgoingOnSuccess()
isKeepgoingOnSuccess in interface HandlerExecutionItempublic java.lang.String getFileExtension()
ScriptFileCommandExecutionItemgetFileExtension in interface ScriptFileCommandExecutionItempublic java.lang.String getScriptInterpreter()
ScriptFileCommandExecutionItemgetScriptInterpreter in interface ScriptFileCommandExecutionItempublic boolean getInterpreterArgsQuoted()
ScriptFileCommandExecutionItemgetInterpreterArgsQuoted in interface ScriptFileCommandExecutionItem