com.dtolabs.rundeck.core.execution.workflow.steps.node.impl
Interface ScriptURLCommandExecutionItem

All Superinterfaces:
HandlerExecutionItem, StepExecutionItem
All Known Implementing Classes:
ScriptURLCommandBase

public interface ScriptURLCommandExecutionItem
extends HandlerExecutionItem

ScriptURLCommandExecutionItem is used by the ScriptURLNodeStepExecutor and represents an execution item to run a script downloaded from a provided URL.


Method Summary
 java.lang.String[] getArgs()
          Return arguments to the script
 boolean getInterpreterArgsQuoted()
          Get the server-local script path
 java.lang.String getScriptInterpreter()
          Get the server-local script path
 java.lang.String getURLString()
          Return the URL to get the script from, which may include data context references
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.HandlerExecutionItem
isKeepgoingOnSuccess
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Method Detail

getURLString

java.lang.String getURLString()
Return the URL to get the script from, which may include data context references


getArgs

java.lang.String[] getArgs()
Return arguments to the script


getScriptInterpreter

java.lang.String getScriptInterpreter()
Get the server-local script path

Returns:
server-side script path

getInterpreterArgsQuoted

boolean getInterpreterArgsQuoted()
Get the server-local script path

Returns:
server-side script path