@AsynchronousPreferred public class PullRequestReviewFinishedEvent extends PullRequestReviewEvent
source| Constructor and Description |
|---|
PullRequestReviewFinishedEvent(Object source,
int commentCount,
PullRequest pullRequest,
boolean addedComment,
PullRequestParticipantStatus participantStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentCount() |
PullRequestParticipantStatus |
getParticipantStatus() |
boolean |
isAddedComment() |
getAction, getPullRequestgetDate, getUsergetSource, toStringpublic PullRequestReviewFinishedEvent(@Nonnull Object source, int commentCount, @Nonnull PullRequest pullRequest, boolean addedComment, @Nullable PullRequestParticipantStatus participantStatus)
source - the component raising the eventcommentCount - the number of pending comments that got publishedpullRequest - the affected pull requestaddedComment - whether or not a general comment was added upon finishing the reviewparticipantStatus - the reviewer's status change on the pull request@Nullable public PullRequestParticipantStatus getParticipantStatus()
public int getCommentCount()
public boolean isAddedComment()
Copyright © 2023 Atlassian. All rights reserved.