public class

WorkflowStepState

extends WorkflowStepContextState
java.lang.Object
   ↳ org.rundeck.api.domain.BaseState
     ↳ org.rundeck.api.domain.WorkflowStepContextState
       ↳ org.rundeck.api.domain.WorkflowStepState

Class Overview

Represents the state of a step in a workflow

Summary

Public Constructors
WorkflowStepState()
Public Methods
Map<StringWorkflowStepContextState> getNodeStates()
Return the state of each target node if this step runs on each target node
WorkflowState getSubWorkflow()
Return sub workflow if this step has one
boolean isNodeStep()
Return true if this step runs on each target node
void setNodeStates(Map<StringWorkflowStepContextState> nodeStates)
void setNodeStep(boolean nodeStep)
void setSubWorkflow(WorkflowState subWorkflow)
[Expand]
Inherited Methods
From class org.rundeck.api.domain.WorkflowStepContextState
From class org.rundeck.api.domain.BaseState
From class java.lang.Object

Public Constructors

public WorkflowStepState ()

Public Methods

public Map<StringWorkflowStepContextState> getNodeStates ()

Return the state of each target node if this step runs on each target node

public WorkflowState getSubWorkflow ()

Return sub workflow if this step has one

public boolean isNodeStep ()

Return true if this step runs on each target node

public void setNodeStates (Map<StringWorkflowStepContextState> nodeStates)

public void setNodeStep (boolean nodeStep)

public void setSubWorkflow (WorkflowState subWorkflow)