| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api | |
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
default PullRequestStatus |
StashClient.createPullRequest(String title,
String description,
PullRequestRef fromRef,
PullRequestRef toRef,
Iterable<String> reviewers)
Creates a new pull request between two branches.
|
PullRequestStatus |
StashClient.createPullRequest(String title,
String description,
PullRequestRef fromRef,
PullRequestRef toRef,
Iterable<String> reviewers,
AvatarRequest avatarRequest)
Creates a new pull request between two branches.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequestRef |
PullRequestStatus.getFromRef() |
PullRequestRef |
PullRequestStatus.getToRef() |
| Constructor and Description |
|---|
PullRequestStatus(long id,
long version,
String title,
Optional<String> description,
String url,
String state,
Optional<String> mergeOutcome,
PullRequestParticipant author,
List<PullRequestParticipant> reviewers,
PullRequestRef fromRef,
PullRequestRef toRef,
long lastUpdated,
Optional<Long> commentCount,
Optional<Long> outstandingTaskCount,
Optional<Long> resolvedTaskCount) |
Copyright © 2020 Atlassian. All rights reserved.