public class

BaseState

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

Class Overview

Base execution status for a step

Summary

Public Constructors
BaseState()
Public Methods
Date getEndTime()
Time that the execution of this step finished, or null if it has not completed
RundeckWFExecState getExecutionState()
Current state of the execution
Date getStartTime()
Time that the execution of this step started
Date getUpdateTime()
Time that this state was last updated
void setEndTime(Date endTime)
void setExecutionState(RundeckWFExecState executionState)
void setStartTime(Date startTime)
void setUpdateTime(Date updateTime)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BaseState ()

Public Methods

public Date getEndTime ()

Time that the execution of this step finished, or null if it has not completed

public RundeckWFExecState getExecutionState ()

Current state of the execution

public Date getStartTime ()

Time that the execution of this step started

public Date getUpdateTime ()

Time that this state was last updated

public void setEndTime (Date endTime)

public void setExecutionState (RundeckWFExecState executionState)

public void setStartTime (Date startTime)

public void setUpdateTime (Date updateTime)