com.dtolabs.rundeck.plugins.step
Interface NodeStepPlugin


public interface NodeStepPlugin

The plugin interface for a Workflow Node Step Plugin.


Method Summary
 void executeNodeStep(PluginStepContext context, java.util.Map<java.lang.String,java.lang.Object> configuration, INodeEntry entry)
          Execute the plugin step logic for the given node.
 

Method Detail

executeNodeStep

void executeNodeStep(PluginStepContext context,
                     java.util.Map<java.lang.String,java.lang.Object> configuration,
                     INodeEntry entry)
                     throws NodeStepException
Execute the plugin step logic for the given node.

Parameters:
context - the step context
configuration - Any configuration property values not otherwise applied to the plugin
entry - the Node
Throws:
NodeStepException - if an error occurs