public class

WorkflowStepContextState

extends BaseState
java.lang.Object
   ↳ org.rundeck.api.domain.BaseState
     ↳ org.rundeck.api.domain.WorkflowStepContextState
Known Direct Subclasses

Class Overview

A state for a particular step

Summary

Public Constructors
WorkflowStepContextState()
Public Methods
String getStepContextId()
The context id for the step in the form "#[/#[/#[...]]]" where "#" is a number
int getStepNum()
The step number of this step in the current workflow, 1 indexed.
void setStepContextId(String stepContextId)
void setStepNum(int stepNum)
[Expand]
Inherited Methods
From class org.rundeck.api.domain.BaseState
From class java.lang.Object

Public Constructors

public WorkflowStepContextState ()

Public Methods

public String getStepContextId ()

The context id for the step in the form "#[/#[/#[...]]]" where "#" is a number

public int getStepNum ()

The step number of this step in the current workflow, 1 indexed.

public void setStepContextId (String stepContextId)

public void setStepNum (int stepNum)