|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestChangeFile> com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeFileList
public class RestChangeFileList
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
callback, maxResult, size, startIndex |
Constructor Summary | |
---|---|
RestChangeFileList()
|
|
RestChangeFileList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback)
|
Method Summary | |
---|---|
java.util.List<RestChangeFile> |
getChangeFiles()
|
void |
setChangeFiles(java.util.List<RestChangeFile> changeFiles)
|
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
getCallback, getSize, setMaxResult, setStartIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestChangeFileList()
public RestChangeFileList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChangeFile> callback)
Method Detail |
---|
public java.util.List<RestChangeFile> getChangeFiles()
public void setChangeFiles(java.util.List<RestChangeFile> changeFiles)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |