|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.workflow.state.StepStateChangeImpl
public class StepStateChangeImpl
$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 |
---|
public StepStateChangeImpl()
Method Detail |
---|
public StepState getStepState()
StepStateChange
getStepState
in interface StepStateChange
public void setStepState(StepState stepState)
public java.lang.String getNodeName()
StepStateChange
getNodeName
in interface StepStateChange
public void setNodeName(java.lang.String nodeName)
public boolean isNodeState()
StepStateChange
isNodeState
in interface StepStateChange
public void setNodeState(boolean nodeState)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |