Class RestDeploymentVersionList
java.lang.Object
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionRestDeploymentVersionList(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)
-