com.atlassian.bamboo.plugins.rest.model.chain
Class RestStageResultList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestStageResult>
      extended by com.atlassian.bamboo.plugins.rest.model.chain.RestStageResultList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestStageResult>

public class RestStageResultList
extends AbstractRestList<RestStageResult>


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

RestStageResultList

public RestStageResultList()

RestStageResultList

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

getStages

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


Copyright © 2011 Atlassian. All Rights Reserved.