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