Package com.dtolabs.rundeck.core.execution.workflow.steps

Interface Summary
FailureReason A base interface for enum failure reasons, implementations should provide a #toString() implementation returning a single word reason.
StepExecutionResult StepExecutionResult is ...
StepExecutor StepExecutor is ...
 

Class Summary
NodeDispatchStepExecutor NodeDispatchStepExecutor dispatches the step execution item to all nodes, via the ExecutionService
PluginStepContextImpl PluginStepContextImpl is ...
StepExecutionResultImpl StepExecutionResultImpl is ...
StepExecutionService StepExecutionService can provide executors for workflow steps.
 

Enum Summary
StepFailureReason Failure causes for workflow steps
 

Exception Summary
StepException StepException is ...