com.dtolabs.rundeck.core.execution.workflow.state
Interface StepIdentifier

All Superinterfaces:
java.lang.Comparable<StepIdentifier>
All Known Implementing Classes:
StepIdentifierImpl

public interface StepIdentifier
extends java.lang.Comparable<StepIdentifier>

Identifies a step in a workflow


Method Summary
 java.util.List<StepContextId> getContext()
          Return the stack of step contexts
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getContext

java.util.List<StepContextId> getContext()
Return the stack of step contexts

Returns: