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