@AsynchronousPreferred public class

PullRequestParticipantApprovedEvent

extends 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
             ↳ com.atlassian.bitbucket.event.pull.PullRequestParticipantApprovedEvent

Class Overview

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

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestParticipantApprovedEvent(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 PullRequestParticipantApprovedEvent (Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous)