Class RestDeploymentVersionList

java.lang.Object
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionList

public class RestDeploymentVersionList extends Object
  • 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)