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

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestStageResultStatus>
      extended by com.atlassian.bamboo.plugins.rest.model.build.status.RestStageResultStatusList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestStageResultStatus>

public class RestStageResultStatusList
extends AbstractRestList<RestStageResultStatus>


Field Summary
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestStageResultStatusList()
           
RestStageResultStatusList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestStageResultStatus> callback)
           
 
Method Summary
 java.util.List<RestStageResultStatus> getStages()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize
 
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
Constructor Detail

RestStageResultStatusList

public RestStageResultStatusList()

RestStageResultStatusList

public RestStageResultStatusList(int size,
                                 org.apache.commons.lang.math.IntRange range,
                                 com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestStageResultStatus> callback)
Method Detail

getStages

public java.util.List<RestStageResultStatus> getStages()


Copyright © 2011 Atlassian. All Rights Reserved.