Class BitbucketPageEntity<T>
java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.rest.entity.BitbucketPageEntity<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBitbucketPageEntity(int size, int limit, boolean lastPage, int start, @Nullable Integer nextPageStart, Iterable<T> values) -
Method Summary
Modifier and TypeMethodDescriptionintgetLimit()@Nullable IntegerintgetSize()intgetStart()booleanvoidstatic <T> BitbucketPageEntity<T> singlePage(Iterable<T> values)
-
Constructor Details
-
BitbucketPageEntity
-
-
Method Details
-
singlePage
-
getSize
public int getSize() -
getLimit
public int getLimit() -
isLastPage
public boolean isLastPage() -
getValues
-
setValues
-
getStart
public int getStart() -
getNextPageStart
-