Class PullRequestReviewCommentEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PullRequestReviewCommentAddedEvent,- PullRequestReviewCommentRepliedEvent
Event that is raised when a pending comment is added or replied on a pull request.
- Since:
- 7.7
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPullRequestReviewCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods 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- 
PullRequestReviewCommentEventprotected PullRequestReviewCommentEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull CommentAction commentAction) - Parameters:
- source- the component raising the event
- pullRequest- the affected pull request
- comment- the affected comment
- parent- the parent of the comment, which will be- nullfor top level comments
- commentAction- the action performed on the comment
 
 
- 
- 
Method Details- 
getComment
- 
getCommentAction
- 
getParent
 
-