Class RestResourceList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestResource>
com.atlassian.bamboo.plugins.rest.model.resource.RestResourceList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestResource>
User: mwent Date: May 22, 2009 Time: 7:53:23 PM
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestResourceList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestResource> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Constructor Details
-
RestResourceList
public RestResourceList() -
RestResourceList
public RestResourceList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestResource> callback)
-
-
Method Details
-
setResources
-
getResources
-