public interface ScriptFileCommandExecutionItem extends HandlerExecutionItem, NodeStepExecutionItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getArgs() |
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
|
isKeepgoingOnSuccessgetNodeStepTypegetLabel, getTypejava.lang.String getScript()
java.io.InputStream getScriptAsStream()
java.lang.String getServerScriptFilePath()
java.lang.String[] getArgs()
java.lang.String getScriptInterpreter()
java.lang.String getFileExtension()
boolean getInterpreterArgsQuoted()