@AsynchronousPreferred public class PullRequestParticipantApprovedEvent extends PullRequestParticipantReviewedEvent
participant updates its status
on a pull request to PullRequestParticipantStatus.APPROVEDsource| Constructor and Description |
|---|
PullRequestParticipantApprovedEvent(Object source,
PullRequest pullRequest,
PullRequestParticipant participant,
PullRequestParticipantStatus previous) |
getParticipant, getPreviousStatusgetAction, getPullRequestgetDate, getUsergetSource, toStringpublic PullRequestParticipantApprovedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous)
Copyright © 2019 Atlassian. All rights reserved.