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