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