com.atlassian.bamboo.plugins.rest.model.build.status
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expand
protected java.lang.String expand
currentStage
protected java.lang.String currentStage
stages
@Expandable
protected RestStageResultStatusList stages
chainExecution
protected ChainExecution chainExecution
planExecutionManager
protected PlanExecutionManager planExecutionManager
RestChainResultStatus
public RestChainResultStatus()
RestChainResultStatus
public RestChainResultStatus(ChainExecution chainExecution,
PlanExecutionManager planExecutionManager)
getStageResults
public RestStageResultStatusList getStageResults()
setExpand
public void setExpand(java.lang.String expand)
setCurrentStage
public void setCurrentStage(java.lang.String currentStage)
setStages
public void setStages(RestStageResultStatusList stages)
Copyright © 2012 Atlassian. All Rights Reserved.