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