public class RestQueuedBuildList extends AbstractRestList<RestQueuedBuild>
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestQueuedBuildList() |
RestQueuedBuildList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback) |
Modifier and Type | Method and Description |
---|---|
void |
setQueuedBuild(List<RestQueuedBuild> queuedBuild) |
getAllElements, getCallback, getSize, setMaxResult, setStartIndex
protected String expand
public RestQueuedBuildList()
public RestQueuedBuildList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback)
public void setQueuedBuild(List<RestQueuedBuild> queuedBuild)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.