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