| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
PullRequestParticipant |
PullRequestStatus.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
List<PullRequestParticipant> |
PullRequestStatus.getReviewers() |
| 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) |
| 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.