@AsynchronousPreferred @Deprecated public class

PullRequestUnapprovedEvent

extends PullRequestApprovalEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.pull.PullRequestEvent
         ↳ com.atlassian.bitbucket.event.pull.PullRequestApprovalEvent
           ↳ com.atlassian.bitbucket.event.pull.PullRequestUnapprovedEvent

This class is deprecated.
in 4.2 for removal in 5.0. Listen for PullRequestParticipantUnapprovedEvent instead.

Class Overview

Event raised when a participant withdraws their approval for a pull request.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestUnapprovedEvent(Object source, PullRequestParticipant participant, PullRequest pullRequest)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestApprovalEvent
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 PullRequestUnapprovedEvent (Object source, PullRequestParticipant participant, PullRequest pullRequest)