Class BbServerPage<T>
java.lang.Object
io.jenkins.blueocean.blueocean_bitbucket_pipeline.model.BbPage<T>
io.jenkins.blueocean.blueocean_bitbucket_pipeline.server.model.BbServerPage<T>
- Author:
- Vivek Pandey
-
Constructor Summary
ConstructorDescriptionBbServerPage
(int start, int limit, int size, List<T> values, boolean isLastPage) -
Method Summary
-
Constructor Details
-
BbServerPage
-
-
Method Details
-
getStart
public int getStart() -
getLimit
public int getLimit() -
getSize
public int getSize() -
getValues
-
isLastPage
public boolean isLastPage()- Specified by:
isLastPage
in classBbPage<T>
- Returns:
- true if this is last page
-