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

All Known Implementing Classes:
ExecNodeStepExecutor, ScriptFileNodeStepExecutor, ScriptURLNodeStepExecutor

public interface NodeStepExecutor

NodeStepExecutor executes a step for a node.


Method Summary
 NodeStepResult executeNodeStep(StepExecutionContext context, NodeStepExecutionItem item, INodeEntry node)
          Execute the step
 

Method Detail

executeNodeStep

NodeStepResult executeNodeStep(StepExecutionContext context,
                               NodeStepExecutionItem item,
                               INodeEntry node)
                               throws NodeStepException
Execute the step

Throws:
NodeStepException