public class StashOpenPullRequestsResponse extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Pair<com.atlassian.stash.rest.client.api.entity.Page<com.atlassian.stash.rest.client.api.entity.PullRequestStatus>,String>,StashOpenPullRequestsResponse> |
FROM_PAIR_PR_STATUS_PAGE_AND_CREATE_PR_URL |
Constructor and Description |
---|
StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests,
String createPullRequestUrl) |
Modifier and Type | Method and Description |
---|---|
String |
getCreatePullRequestUrl() |
StashPageEntity<StashPullRequestStatus> |
getPullRequests() |
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>,StashOpenPullRequestsResponse> FROM_PAIR_PR_STATUS_PAGE_AND_CREATE_PR_URL
public StashOpenPullRequestsResponse(StashPageEntity<StashPullRequestStatus> pullRequests, String createPullRequestUrl)
public StashPageEntity<StashPullRequestStatus> getPullRequests()
public String getCreatePullRequestUrl()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.