com.atlassian.bamboo.testutils.backdoor.model
Class AbstractRestList<T>

java.lang.Object
  extended by com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList<T>
Direct Known Subclasses:
RestPlanBranchList

public abstract class AbstractRestList<T>
extends java.lang.Object


Field Summary
protected  int maxResult
           
protected  int size
           
protected  int startIndex
           
 
Constructor Summary
AbstractRestList()
           
 
Method Summary
 int getMaxResult()
           
 int getSize()
           
 int getStartIndex()
           
 
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

AbstractRestList

public AbstractRestList()
Method Detail

getStartIndex

public int getStartIndex()

getMaxResult

public int getMaxResult()

getSize

public int getSize()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.