Class PullRequestCommentEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PullRequestCommentAddedEvent,- PullRequestCommentDeletedEvent,- PullRequestCommentEditedEvent,- PullRequestCommentRepliedEvent
Event that is raised when a comment is added, edited or deleted on a pull request.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPullRequestCommentEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) Constructs a newPullRequestCommentEvent.
- 
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- 
PullRequestCommentEventprotected PullRequestCommentEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent, @Nonnull CommentAction commentAction) Constructs a newPullRequestCommentEvent.- 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
 
-