com.dtolabs.rundeck.core.execution.workflow
Class NodeDispatchedWorkflowExecutionItemImpl

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutionItemImpl
      extended by com.dtolabs.rundeck.core.execution.workflow.NodeDispatchedWorkflowExecutionItemImpl
All Implemented Interfaces:
StepExecutionItem, NodeStepExecutionItem, WorkflowExecutionItem

public class NodeDispatchedWorkflowExecutionItemImpl
extends WorkflowExecutionItemImpl
implements NodeStepExecutionItem

NodeDispatchedWorkflowExecutionItemImpl is ...


Field Summary
 
Fields inherited from interface com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutionItem
COMMAND_TYPE_NODE_FIRST, COMMAND_TYPE_STEP_FIRST, NODE_FIRST, STEP_FIRST
 
Constructor Summary
NodeDispatchedWorkflowExecutionItemImpl(IWorkflow workflow)
           
NodeDispatchedWorkflowExecutionItemImpl(WorkflowExecutionItem item)
           
 
Method Summary
 java.lang.String getNodeStepType()
          Return the type name of the StepExecution provider to use.
 
Methods inherited from class com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutionItemImpl
equals, getType, getWorkflow, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Constructor Detail

NodeDispatchedWorkflowExecutionItemImpl

public NodeDispatchedWorkflowExecutionItemImpl(IWorkflow workflow)

NodeDispatchedWorkflowExecutionItemImpl

public NodeDispatchedWorkflowExecutionItemImpl(WorkflowExecutionItem item)
Method Detail

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