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
public abstract class AbstractRestList<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
maxResult
protected int
size
protected int
startIndex
-
Constructor Summary
Constructors Constructor Description AbstractRestList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxResult()
int
getSize()
int
getStartIndex()
-