Class StepIdentifierImpl
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.workflow.state.StepIdentifierImpl
-
- All Implemented Interfaces:
StepIdentifier,java.lang.Comparable<StepIdentifier>
public class StepIdentifierImpl extends java.lang.Object implements StepIdentifier
$INTERFACE is ... User: greg Date: 10/15/13 Time: 3:54 PM
-
-
Constructor Summary
Constructors Constructor Description StepIdentifierImpl(java.util.List<StepContextId> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StepIdentifier o)booleanequals(java.lang.Object o)java.util.List<StepContextId>getContext()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
StepIdentifierImpl
public StepIdentifierImpl(java.util.List<StepContextId> context)
-
-
Method Detail
-
getContext
public java.util.List<StepContextId> getContext()
- Specified by:
getContextin interfaceStepIdentifier- Returns:
- the stack of step contexts
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(StepIdentifier o)
- Specified by:
compareToin interfacejava.lang.Comparable<StepIdentifier>
-
-