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, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndexprotected 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.