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