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

Interface Summary
NodeExecutionContext NodeExecutionContext supports node-specific context data
NodeStepExecutionItem NodeStepExecutionItem represents an item to execute as a node step and provides a type.
NodeStepExecutor NodeStepExecutor executes a step for a node.
NodeStepResult A result of a node step execution
 

Class Summary
NodeStepExecutionService NodeStepExecutionService is a provider of NodeStepExecutors, which aggregates a few services together that provide builtin NodeStepExecutors, and several forms of plugins.
NodeStepResultImpl NodeStepResultImpl is ...
 

Enum Summary
NodeStepFailureReason Failure reasons for node steps
 

Exception Summary
NodeStepException Represents an exception when executing a node step