Class BitbucketPageEntity<T>
java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.rest.entity.BitbucketPageEntity<T>
-
Constructor Summary
ConstructorDescriptionBitbucketPageEntity
(int size, int limit, boolean lastPage, int start, @Nullable Integer nextPageStart, Iterable<T> values) -
Method Summary
Modifier and TypeMethodDescriptionint
getLimit()
@Nullable Integer
int
getSize()
int
getStart()
boolean
void
static <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
-