Class AbstractRestList<T>
java.lang.Object
com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList<T>
- Direct Known Subclasses:
RestArtifactList,RestChangeList,RestJobList,RestPlanBranchList,RestStageList,RestTaskList,RestUserDirectoryList,RestUserList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startIndex
protected int startIndex -
maxResult
protected int maxResult -
size
protected int size
-
-
Constructor Details
-
AbstractRestList
public AbstractRestList()
-
-
Method Details
-
getStartIndex
public int getStartIndex() -
getMaxResult
public int getMaxResult() -
getSize
public int getSize()
-