Class PullRequestParticipantApprovedEvent
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
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class PullRequestParticipantApprovedEvent
extends PullRequestParticipantReviewedEvent
Event raised when a 
participant updates its status
 on a pull request to PullRequestParticipantStatus.APPROVED- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPullRequestParticipantApprovedEvent(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- 
PullRequestParticipantApprovedEventpublic PullRequestParticipantApprovedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous) 
 
-