|
||||||||||
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<AbstractRestBuild> com.atlassian.bamboo.plugins.rest.model.build.BaseRestBuildList com.atlassian.bamboo.plugins.rest.model.build.RestResultList
public class RestResultList
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.build.BaseRestBuildList |
---|
expand |
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
callback, maxResult, size, startIndex |
Constructor Summary | |
---|---|
RestResultList()
|
|
RestResultList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AbstractRestBuild> callback)
|
Method Summary | |
---|---|
java.util.List<AbstractRestBuild> |
getBuilds()
|
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList |
---|
getCallback, getSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestResultList()
public RestResultList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AbstractRestBuild> callback)
Method Detail |
---|
public java.util.List<AbstractRestBuild> getBuilds()
getBuilds
in class BaseRestBuildList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |