com.dtolabs.rundeck.core.execution.workflow.state
Class StepStateChangeImpl

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.workflow.state.StepStateChangeImpl
All Implemented Interfaces:
StepStateChange

public class StepStateChangeImpl
extends java.lang.Object
implements StepStateChange

$INTERFACE is ... User: greg Date: 10/15/13 Time: 4:59 PM


Constructor Summary
StepStateChangeImpl()
           
 
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
 void setNodeName(java.lang.String nodeName)
           
 void setNodeState(boolean nodeState)
           
 void setStepState(StepState stepState)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepStateChangeImpl

public StepStateChangeImpl()
Method Detail

getStepState

public StepState getStepState()
Description copied from interface: StepStateChange
The new state

Specified by:
getStepState in interface StepStateChange
Returns:

setStepState

public void setStepState(StepState stepState)

getNodeName

public java.lang.String getNodeName()
Description copied from interface: StepStateChange
The node name

Specified by:
getNodeName in interface StepStateChange
Returns:

setNodeName

public void setNodeName(java.lang.String nodeName)

isNodeState

public boolean isNodeState()
Description copied from interface: StepStateChange
True if this state represents a node, false if it represents an overall step state

Specified by:
isNodeState in interface StepStateChange
Returns:

setNodeState

public void setNodeState(boolean nodeState)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object