com.dtolabs.rundeck.core.execution.workflow
Interface StepExecutionContext

All Superinterfaces:
ExecutionContext
All Known Implementing Classes:
ExecutionContextImpl

public interface StepExecutionContext
extends ExecutionContext

StepExecutionContext is ...


Method Summary
 java.util.List<java.lang.Integer> getStepContext()
          Return the stack of step numbers within the larger workflow context.
 int getStepNumber()
          Returns the step being executed.
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.ExecutionContext
getAuthContext, getDataContext, getExecutionListener, getFramework, getFrameworkProject, getLoglevel, getNodeRankAttribute, getNodes, getNodeSelector, getNodesFile, getPrivateDataContext, getStorageTree, getThreadCount, getUser, isKeepgoing, isNodeRankOrderAscending
 

Method Detail

getStepNumber

int getStepNumber()
Returns the step being executed.


getStepContext

java.util.List<java.lang.Integer> getStepContext()
Return the stack of step numbers within the larger workflow context.