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

All Superinterfaces:
java.lang.Comparable<StepContextId>
All Known Implementing Classes:
StateUtils.CtxItem

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

Identifies the context of a step execution


Method Summary
 StepAspect getAspect()
           
 int getStep()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getStep

int getStep()

getAspect

StepAspect getAspect()