com.atlassian.bamboo.plugins.rest.model.plan
Class RestPlanList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPlan>
      extended by com.atlassian.bamboo.plugins.rest.model.plan.RestPlanList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestPlan>

public class RestPlanList
extends AbstractRestList<RestPlan>


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

RestPlanList

public RestPlanList()

RestPlanList

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

getSize

public int getSize()
Overrides:
getSize in class AbstractRestList<RestPlan>

getPlans

public java.util.List<RestPlan> getPlans()

setPlans

public void setPlans(java.util.List<RestPlan> plans)


Copyright © 2012 Atlassian. All Rights Reserved.