com.atlassian.bamboo.plugins.rest.deployments.results
Class RestDeploymentResultList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.results.RestDeploymentResultList

public class RestDeploymentResultList
extends Object


Field Summary
protected  int maxResult
           
protected  int size
           
protected  int startIndex
           
 
Constructor Summary
RestDeploymentResultList()
           
RestDeploymentResultList(int size, org.apache.commons.lang.math.IntRange range, List<RestDeploymentResult> results)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startIndex

protected int startIndex

maxResult

protected int maxResult

size

protected int size
Constructor Detail

RestDeploymentResultList

public RestDeploymentResultList()

RestDeploymentResultList

public RestDeploymentResultList(int size,
                                org.apache.commons.lang.math.IntRange range,
                                List<RestDeploymentResult> results)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.