Class RestBuildArtifactList
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestBuildArtifact>
com.atlassian.bamboo.plugins.rest.model.build.artifact.RestBuildArtifactList
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestBuildArtifact>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestBuildArtifactList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestBuildArtifact> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Constructor Details
-
RestBuildArtifactList
public RestBuildArtifactList() -
RestBuildArtifactList
public RestBuildArtifactList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestBuildArtifact> callback)
-
-
Method Details
-
setArtifacts
-