Class StashOpenPullRequestsResponse
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashOpenPullRequestsResponse
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<Pair<com.atlassian.stash.rest.client.api.entity.Page<com.atlassian.stash.rest.client.api.entity.PullRequestStatus>,
String>, StashOpenPullRequestsResponse> -
Constructor Summary
ConstructorDescriptionStashOpenPullRequestsResponse
(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
FROM_PAIR_PR_STATUS_PAGE_AND_CREATE_PR_URL
public static final com.google.common.base.Function<Pair<com.atlassian.stash.rest.client.api.entity.Page<com.atlassian.stash.rest.client.api.entity.PullRequestStatus>,String>, FROM_PAIR_PR_STATUS_PAGE_AND_CREATE_PR_URLStashOpenPullRequestsResponse>
-
-
Constructor Details
-
StashOpenPullRequestsResponse
public StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl)
-
-
Method Details
-
getPullRequests
-
getCreatePullRequestUrl
-