Class RestChangeFileList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestChangeFile>
-
- com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeFileList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestChangeFile>
public class RestChangeFileList extends AbstractRestList<RestChangeFile>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestChangeFileList()
RestChangeFileList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestChangeFile>
getChangeFiles()
void
setChangeFiles(List<RestChangeFile> changeFiles)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Constructor Detail
-
RestChangeFileList
public RestChangeFileList()
-
RestChangeFileList
public RestChangeFileList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback)
-
-
Method Detail
-
getChangeFiles
public List<RestChangeFile> getChangeFiles()
-
setChangeFiles
public void setChangeFiles(List<RestChangeFile> changeFiles)
-
-