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

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

@Expander(value=RestStageResultStatusExpander.class)
public class RestStageResultStatus
extends java.lang.Object


Field Summary
protected  java.lang.String description
           
protected  java.lang.Boolean isBuilding
           
protected  java.lang.Boolean isCompleted
           
protected  java.lang.Boolean isSuccessful
           
protected  java.lang.String name
           
protected  PlanExecutionManager planExecutionManager
           
 RestJobResultStatusList results
           
protected  StageExecution stageExecution
           
 
Constructor Summary
RestStageResultStatus()
           
RestStageResultStatus(StageExecution stageExecution, PlanExecutionManager planExecutionManager)
           
 
Method Summary
 void expand()
           
protected  RestJobResultStatusList getBuildResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

@Expandable
public RestJobResultStatusList results

name

protected java.lang.String name

description

protected java.lang.String description

isBuilding

protected java.lang.Boolean isBuilding

isCompleted

protected java.lang.Boolean isCompleted

isSuccessful

protected java.lang.Boolean isSuccessful

stageExecution

protected StageExecution stageExecution

planExecutionManager

protected PlanExecutionManager planExecutionManager
Constructor Detail

RestStageResultStatus

public RestStageResultStatus()

RestStageResultStatus

public RestStageResultStatus(StageExecution stageExecution,
                             PlanExecutionManager planExecutionManager)
Method Detail

expand

public void expand()

getBuildResults

protected RestJobResultStatusList getBuildResults()


Copyright © 2011 Atlassian. All Rights Reserved.