Class RestChainResultStatus
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
com.atlassian.bamboo.plugins.rest.model.build.status.RestChainResultStatus
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected PlanExecutionManager
protected RestStageResultStatusList
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
finished, KEY, planResultKey, prettyQueuedTime, progress
-
Constructor Summary
ConstructorDescriptionRestChainResultStatus
(ChainExecution chainExecution, PlanExecutionManager planExecutionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCurrentStage
(String currentStage) void
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 Details
-
expand
-
stages
-
planExecutionManager
-
-
Constructor Details
-
RestChainResultStatus
public RestChainResultStatus() -
RestChainResultStatus
public RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
-
-
Method Details
-
getStageResults
-
setExpand
-
setCurrentStage
-
setStages
-