@AsynchronousPreferred public class

PullRequestParticipantUnapprovedEvent

extends PullRequestParticipantStatusUpdatedEvent
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.PullRequestParticipantUnapprovedEvent

Class Overview

Event raised when a participant updates its status on a pull request to UNAPPROVED

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestParticipantUnapprovedEvent(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
From class com.atlassian.bitbucket.event.pull.PullRequestEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestParticipantUnapprovedEvent (Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous)