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 String expand
currentStage
protected 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(String expand)
setCurrentStage
public void setCurrentStage(String currentStage)
setStages
public void setStages(RestStageResultStatusList stages)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.