Class StepStateChangeImpl
- java.lang.Object
-
- 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
Constructors Constructor Description StepStateChangeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNodeName()StepStategetStepState()booleanisNodeState()voidsetNodeName(java.lang.String nodeName)voidsetNodeState(boolean nodeState)voidsetStepState(StepState stepState)java.lang.StringtoString()
-
-
-
Method Detail
-
getStepState
public StepState getStepState()
- Specified by:
getStepStatein interfaceStepStateChange- Returns:
- The new state
-
setStepState
public void setStepState(StepState stepState)
-
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeNamein interfaceStepStateChange- Returns:
- The node name
-
setNodeName
public void setNodeName(java.lang.String nodeName)
-
isNodeState
public boolean isNodeState()
- Specified by:
isNodeStatein interfaceStepStateChange- Returns:
- True if this state represents a node, false if it represents an overall step state
-
setNodeState
public void setNodeState(boolean nodeState)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-