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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPullRequestParticipantApprovedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
getParticipant, getPreviousStatus
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestEvent
getAction, getPullRequest
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PullRequestParticipantApprovedEvent
public PullRequestParticipantApprovedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestParticipant participant, @Nonnull PullRequestParticipantStatus previous)
-