Package | Description |
---|---|
com.atlassian.bamboo.plugins.stash.rest.entity |
Modifier and Type | Method and Description |
---|---|
StashPageEntity<StashPullRequestStatus> |
StashOpenPullRequestsResponse.getPullRequests() |
static <T> StashPageEntity<T> |
StashPageEntity.singlePage(Iterable<T> values) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests,
String createPullRequestUrl) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.