public class RestBuildArtifactList extends AbstractRestList<RestBuildArtifact>
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestBuildArtifactList() |
RestBuildArtifactList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildArtifact> callback) |
Modifier and Type | Method and Description |
---|---|
void |
setArtifacts(List<RestBuildArtifact> artifacts) |
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
public RestBuildArtifactList()
public RestBuildArtifactList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildArtifact> callback)
public void setArtifacts(List<RestBuildArtifact> artifacts)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.