| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.stash.rest.entity |
| Modifier and Type | Field and Description |
|---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef> |
StashPullRequestRef.FROM_PR_REF |
| Modifier and Type | Method and Description |
|---|---|
@NotNull StashPullRequestRef |
StashPullRequestStatus.getFromRef() |
@NotNull StashPullRequestRef |
StashPullRequestStatus.getToRef() |
| 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) |
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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.