@AsynchronousPreferred public class PullRequestParticipantApprovedEvent extends PullRequestParticipantReviewedEvent
participant
updates its status
on a pull request
to PullRequestParticipantStatus.APPROVED
source
Constructor and Description |
---|
PullRequestParticipantApprovedEvent(Object source,
PullRequest pullRequest,
PullRequestParticipant participant,
PullRequestParticipantStatus previous) |
getParticipant, getPreviousStatus
getAction, getPullRequest
getDate, getUser
getSource, toString
public PullRequestParticipantApprovedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous)
Copyright © 2019 Atlassian. All rights reserved.