com.dtolabs.rundeck.core.execution.workflow.steps.node
Interface NodeStepExecutionItem

All Superinterfaces:
StepExecutionItem
All Known Subinterfaces:
ExecCommandExecutionItem, ScriptFileCommandExecutionItem
All Known Implementing Classes:
ExecCommand, ExecCommandBase, NodeDispatchedWorkflowExecutionItemImpl, ScriptFileCommand, ScriptFileCommandBase, ScriptURLCommandBase

public interface NodeStepExecutionItem
extends StepExecutionItem

NodeStepExecutionItem represents an item to execute as a node step and provides a type.


Method Summary
 java.lang.String getNodeStepType()
          Return the type name of the StepExecution provider to use.
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Method Detail

getNodeStepType

java.lang.String getNodeStepType()
Return the type name of the StepExecution provider to use.