Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPageEntity
-
Uses of StashPageEntity in com.atlassian.bamboo.plugins.stash.rest.entity
Modifier and TypeMethodDescriptionStashOpenPullRequestsResponse.getPullRequests()
static <T> StashPageEntity<T>
StashPageEntity.singlePage
(List<T> values) Modifier and TypeMethodDescriptionstatic final <F,
T> Function<com.atlassian.stash.rest.client.api.entity.Page<F>, StashPageEntity<T>> StashPageEntity.fromPageWithTransform
(Function<F, T> transform) ModifierConstructorDescriptionStashOpenPullRequestsResponse
(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl)