com.atlassian.bamboo.plugins.rest.model.build.status
Class RestChainResultStatus

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
      extended by com.atlassian.bamboo.plugins.rest.model.build.status.RestChainResultStatus

public class RestChainResultStatus
extends RestResultStatus


Field Summary
protected  ChainExecution chainExecution
           
protected  java.lang.String currentStage
           
protected  java.lang.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
RestChainResultStatus()
           
RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
           
 
Method Summary
 RestStageResultStatusList getStageResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RestChainResultStatus

public RestChainResultStatus()

RestChainResultStatus

public RestChainResultStatus(ChainExecution chainExecution,
                             PlanExecutionManager planExecutionManager)
Method Detail

getStageResults

public RestStageResultStatusList getStageResults()


Copyright © 2011 Atlassian. All Rights Reserved.