Class RestPlanList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestPlan>
-
- 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
Fields Modifier and Type Field Description protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestPlanList()
RestPlanList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPlan> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestPlan>
getPlans()
int
getSize()
void
setPlans(List<RestPlan> plans)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Field Detail
-
expand
protected String expand
-
-