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