com.dtolabs.rundeck.core.execution
Interface StepExecutionItem

All Known Subinterfaces:
ConfiguredStepExecutionItem, DispatchedScriptExecutionItem, ExecCommandExecutionItem, HandlerExecutionItem, NodeStepExecutionItem, ScriptFileCommandExecutionItem, ScriptURLCommandExecutionItem, WorkflowExecutionItem
All Known Implementing Classes:
ExecCommand, ExecCommandBase, NodeDispatchedWorkflowExecutionItemImpl, ScriptFileCommand, ScriptFileCommandBase, ScriptURLCommandBase, WorkflowExecutionItemImpl

public interface StepExecutionItem

StepExecutionItem is the base interface for any step execution item to be submitted to the ExecutionService


Method Summary
 java.lang.String getType()
          Return type of the execution item
 

Method Detail

getType

java.lang.String getType()
Return type of the execution item