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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPullRequestParticipantReviewedEvent(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEventgetParticipant, getPreviousStatusMethods inherited from class com.atlassian.bitbucket.event.pull.PullRequestEventgetAction, getPullRequestMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PullRequestParticipantReviewedEventpublic PullRequestParticipantReviewedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous) 
 
-