com.dtolabs.rundeck.core.execution.workflow.steps
Interface StepExecutor

All Known Implementing Classes:
NodeDispatchStepExecutor

public interface StepExecutor

StepExecutor is ...


Method Summary
 StepExecutionResult executeWorkflowStep(StepExecutionContext executionContext, StepExecutionItem item)
           
 boolean isNodeDispatchStep(StepExecutionItem item)
           
 

Method Detail

isNodeDispatchStep

boolean isNodeDispatchStep(StepExecutionItem item)

executeWorkflowStep

StepExecutionResult executeWorkflowStep(StepExecutionContext executionContext,
                                        StepExecutionItem item)
                                        throws StepException
Throws:
StepException