| 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 |
|---|---|
@NotNull StashPullRequestParticipant |
StashPullRequestStatus.getAuthor() |
| Constructor and Description |
|---|
StashPullRequestStatus(long id,
long version,
@NotNull String title,
@NotNull String url,
@Nullable String mergeOutcome,
@NotNull StashPullRequestParticipant author,
@NotNull List<StashPullRequestParticipant> reviewers,
@NotNull StashPullRequestRef fromRef,
@NotNull StashPullRequestRef toRef,
long lastUpdated,
@Nullable Long commentCount,
@Nullable Long outstandingTaskCount,
@Nullable Long resolvedTaskCount) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.