Class RestDeploymentVersionList
java.lang.Object
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionList
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
-
Constructor Summary
ConstructorDescriptionRestDeploymentVersionList
(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentVersion> versions) -
Method Summary
-
Field Details
-
startIndex
protected int startIndex -
maxResult
protected int maxResult -
size
protected int size
-
-
Constructor Details
-
RestDeploymentVersionList
public RestDeploymentVersionList() -
RestDeploymentVersionList
public RestDeploymentVersionList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentVersion> versions)
-