Class PullRequestReviewEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PullRequestReviewCommentEvent,- PullRequestReviewDiscardedEvent,- PullRequestReviewFinishedEvent
Base class for all the pull request review related events.
- Since:
- 7.7
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPullRequestReviewEvent(Object source, PullRequest pullRequest, PullRequestAction action) 
- 
Method SummaryMethods 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- 
PullRequestReviewEventprotected PullRequestReviewEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestAction action) - Parameters:
- source- the component raising the event
- pullRequest- the affected pull request
- action- the action performed on the pull request
 
 
-