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