Class RestQueuedBuildList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestQueuedBuild>
-
- com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuildList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestQueuedBuild>
public class RestQueuedBuildList extends AbstractRestList<RestQueuedBuild>
-
-
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 RestQueuedBuildList()
RestQueuedBuildList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setQueuedBuild(List<RestQueuedBuild> queuedBuild)
-
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
-
RestQueuedBuildList
public RestQueuedBuildList()
-
RestQueuedBuildList
public RestQueuedBuildList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback)
-
-
Method Detail
-
setQueuedBuild
public void setQueuedBuild(List<RestQueuedBuild> queuedBuild)
-
-