public class RestChainResultStatus extends RestResultStatus
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
protected PlanExecutionManager |
planExecutionManager |
protected RestStageResultStatusList |
stages |
finished, KEY, planResultKey, prettyQueuedTime, progress
Constructor and Description |
---|
RestChainResultStatus() |
RestChainResultStatus(ChainExecution chainExecution,
PlanExecutionManager planExecutionManager) |
Modifier and Type | Method and Description |
---|---|
RestStageResultStatusList |
getStageResults() |
void |
setCurrentStage(String currentStage) |
void |
setExpand(String expand) |
void |
setStages(RestStageResultStatusList stages) |
setFinished, setPlanResultKey, setPrettyQueuedTime, setProgress
protected String expand
@Expandable protected RestStageResultStatusList stages
protected PlanExecutionManager planExecutionManager
public RestChainResultStatus()
public RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
public RestStageResultStatusList getStageResults()
public void setExpand(String expand)
public void setCurrentStage(String currentStage)
public void setStages(RestStageResultStatusList stages)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.