com.dtolabs.rundeck.core.execution.workflow
Interface StepNodeContext<NODE,STEP>

All Known Implementing Classes:
StepContextWorkflowExecutionListener

public interface StepNodeContext<NODE,STEP>

Reports the current step and node context, where step is maintained as a stack


Method Summary
 java.util.List<STEP> getCurrentContext()
          Return the stack for the step context
 NODE getCurrentNode()
          Return the current node
 

Method Detail

getCurrentNode

NODE getCurrentNode()
Return the current node

Returns:

getCurrentContext

java.util.List<STEP> getCurrentContext()
Return the stack for the step context

Returns: