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 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()