Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestParticipant
-
Uses of StashPullRequestParticipant in com.atlassian.bamboo.plugins.stash.rest.entity
Modifier and TypeFieldDescriptionstatic final Function<com.atlassian.stash.rest.client.api.entity.PullRequestParticipant,
StashPullRequestParticipant> StashPullRequestParticipant.FROM_PR_PARTICIPANT
Modifier and TypeMethodDescription@NotNull StashPullRequestParticipant
StashPullRequestStatus.getAuthor()
Modifier and TypeMethodDescription@NotNull List<StashPullRequestParticipant>
StashPullRequestStatus.getReviewers()
ModifierConstructorDescriptionStashPullRequestStatus
(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) ModifierConstructorDescriptionStashPullRequestStatus
(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)