Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPageEntity
-
Packages that use StashPageEntity Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashPageEntity in com.atlassian.bamboo.plugins.stash.rest.entity
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashPageEntity Modifier and Type Method Description StashPageEntity<StashPullRequestStatus>
StashOpenPullRequestsResponse. getPullRequests()
static <T> StashPageEntity<T>
StashPageEntity. singlePage(Iterable<T> values)
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return types with arguments of type StashPageEntity Modifier and Type Method Description static <F,T>
com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Page<F>,StashPageEntity<T>>StashPageEntity. fromPageWithTransform(com.google.common.base.Function<F,T> transform)
Constructors in com.atlassian.bamboo.plugins.stash.rest.entity with parameters of type StashPageEntity Constructor Description StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl)
-