| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.stash.rest.entity |
| Modifier and Type | Field and Description |
|---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,StashPullRequestParticipant> |
StashPullRequestParticipant.FROM_PR_PARTICIPANT |
| Modifier and Type | Method and Description |
|---|---|
StashPullRequestParticipant |
StashPullRequestStatus.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
List<StashPullRequestParticipant> |
StashPullRequestStatus.getReviewers() |
| Constructor and Description |
|---|
StashPullRequestStatus(long id,
long version,
String title,
String url,
String mergeOutcome,
StashPullRequestParticipant author,
List<StashPullRequestParticipant> reviewers,
StashPullRequestRef fromRef,
StashPullRequestRef toRef,
long lastUpdated,
Long commentCount,
Long outstandingTaskCount,
Long resolvedTaskCount) |
| Constructor and Description |
|---|
StashPullRequestStatus(long id,
long version,
String title,
String url,
String mergeOutcome,
StashPullRequestParticipant author,
List<StashPullRequestParticipant> reviewers,
StashPullRequestRef fromRef,
StashPullRequestRef toRef,
long lastUpdated,
Long commentCount,
Long outstandingTaskCount,
Long resolvedTaskCount) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.