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.common.expand.entity.ListWrapper<RestBranch>
public class RestBranchList extends AbstractRestList<RestBranch>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestBranchList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestBranch> searchResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestBranch>
getSearchResults()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Constructor Detail
-
RestBranchList
public RestBranchList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestBranch> searchResults)
-
-
Method Detail
-
getSearchResults
public List<RestBranch> getSearchResults()
-
-