Class RestChainResultStatus
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
-
- com.atlassian.bamboo.plugins.rest.model.build.status.RestChainResultStatus
-
public class RestChainResultStatus extends RestResultStatus
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expand
protected PlanExecutionManager
planExecutionManager
protected RestStageResultStatusList
stages
-
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
finished, KEY, planResultKey, prettyQueuedTime, progress
-
-
Constructor Summary
Constructors Constructor Description RestChainResultStatus()
RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestStageResultStatusList
getStageResults()
void
setCurrentStage(String currentStage)
void
setExpand(String expand)
void
setStages(RestStageResultStatusList stages)
-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
getFinished, getPlanResultKey, getPrettyQueuedTime, getProgress, setFinished, setPlanResultKey, setPrettyQueuedTime, setProgress
-
-
-
-
Field Detail
-
expand
protected String expand
-
stages
@Expandable protected RestStageResultStatusList stages
-
planExecutionManager
protected PlanExecutionManager planExecutionManager
-
-
Constructor Detail
-
RestChainResultStatus
public RestChainResultStatus()
-
RestChainResultStatus
public RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
-
-
Method Detail
-
getStageResults
public RestStageResultStatusList getStageResults()
-
setExpand
public void setExpand(String expand)
-
setCurrentStage
public void setCurrentStage(String currentStage)
-
setStages
public void setStages(RestStageResultStatusList stages)
-
-