Class RestChangeList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestChange>
com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestChange>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestChangeList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestChange> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Field Details
-
expand
-
-
Constructor Details
-
RestChangeList
public RestChangeList() -
RestChangeList
public RestChangeList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestChange> callback)
-
-
Method Details
-
getChange
-
setChange
-
setExpand
-