com.dtolabs.rundeck.core.execution.workflow.steps.node.impl
Class ScriptFileCommand

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ScriptFileCommand
All Implemented Interfaces:
HandlerExecutionItem, StepExecutionItem, ScriptFileCommandExecutionItem, NodeStepExecutionItem
Direct Known Subclasses:
ScriptFileCommandBase

public abstract class ScriptFileCommand
extends java.lang.Object
implements ScriptFileCommandExecutionItem

ScriptFileExecutionItem is ...


Constructor Summary
ScriptFileCommand()
           
 
Method Summary
 java.lang.String getNodeStepType()
          Return the type name of the StepExecution provider to use.
 java.lang.String getType()
          Return type of the execution item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ScriptFileCommandExecutionItem
getArgs, getInterpreterArgsQuoted, getScript, getScriptAsStream, getScriptInterpreter, getServerScriptFilePath
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.HandlerExecutionItem
isKeepgoingOnSuccess
 

Constructor Detail

ScriptFileCommand

public ScriptFileCommand()
Method Detail

getType

public java.lang.String getType()
Description copied from interface: StepExecutionItem
Return type of the execution item

Specified by:
getType in interface StepExecutionItem

getNodeStepType

public java.lang.String getNodeStepType()
Description copied from interface: NodeStepExecutionItem
Return the type name of the StepExecution provider to use.

Specified by:
getNodeStepType in interface NodeStepExecutionItem