Class RestDeploymentResultList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResultList
-
public class RestDeploymentResultList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
maxResult
protected int
size
protected int
startIndex
-
Constructor Summary
Constructors Constructor Description RestDeploymentResultList()
RestDeploymentResultList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestDeploymentResult>
getResults()
void
setExpand(String expand)
-
-
-
Constructor Detail
-
RestDeploymentResultList
public RestDeploymentResultList()
-
RestDeploymentResultList
public RestDeploymentResultList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results)
-
-
Method Detail
-
getResults
public List<RestDeploymentResult> getResults()
-
setExpand
public void setExpand(String expand)
-
-