Class RestDeploymentResultList

java.lang.Object
com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResultList

public class RestDeploymentResultList extends Object
  • Field Details

    • startIndex

      protected int startIndex
    • maxResult

      protected int maxResult
    • size

      protected int size
  • Constructor Details

    • RestDeploymentResultList

      public RestDeploymentResultList()
    • RestDeploymentResultList

      public RestDeploymentResultList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results)
  • Method Details