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

All Known Subinterfaces:
MutableExecutionState, StepState, WorkflowState
All Known Implementing Classes:
StepStateImpl, WorkflowStateImpl

public interface HasExecutionState

HasExecutionState is ...

Since:
2014-09-12

Method Summary
 ExecutionState getExecutionState()
          An execution state
 

Method Detail

getExecutionState

ExecutionState getExecutionState()
An execution state

Returns: