Class PullRequestParticipantReviewedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
com.atlassian.bitbucket.event.pull.PullRequestParticipantReviewedEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PullRequestParticipantApprovedEvent
@AsynchronousPreferred
public class PullRequestParticipantReviewedEvent
extends PullRequestParticipantStatusUpdatedEvent
Event raised when a
participant
updates its status
on a pull request
to PullRequestParticipantStatus.NEEDS_WORK
- Since:
- 4.4
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPullRequestParticipantReviewedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
getParticipant, getPreviousStatus
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestEvent
getAction, getPullRequest
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PullRequestParticipantReviewedEvent
public PullRequestParticipantReviewedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous)
-