Class RestPlanBranchList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestPlanBranch>
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranchList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestPlanBranch>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestPlanBranchList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestPlanBranch> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Field Details
-
expand
-
-
Constructor Details
-
RestPlanBranchList
public RestPlanBranchList() -
RestPlanBranchList
public RestPlanBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestPlanBranch> callback)
-
-
Method Details
-
getBranches
-