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

All Known Implementing Classes:
StepStateChangeImpl

public interface StepStateChange

Represents a change to the workflow state


Method Summary
 java.lang.String getNodeName()
          The node name
 StepState getStepState()
          The new state
 boolean isNodeState()
          True if this state represents a node, false if it represents an overall step state
 

Method Detail

getStepState

StepState getStepState()
The new state

Returns:

getNodeName

java.lang.String getNodeName()
The node name

Returns:

isNodeState

boolean isNodeState()
True if this state represents a node, false if it represents an overall step state

Returns: