|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPlan> com.atlassian.bamboo.plugins.rest.model.plan.RestPlanList
public class RestPlanList
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 |
---|
protected java.lang.String expand
Constructor Detail |
---|
public RestPlanList()
public RestPlanList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlan> callback)
Method Detail |
---|
public int getSize()
getSize
in class AbstractRestList<RestPlan>
public java.util.List<RestPlan> getPlans()
public void setPlans(java.util.List<RestPlan> plans)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |