@Deprecated @AsynchronousPreferred public class

PullRequestCommentAddedEvent

extends PullRequestCommentEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.pull.PullRequestEvent
         ↳ com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
           ↳ com.atlassian.bitbucket.event.pull.PullRequestCommentAddedEvent
Known Direct Subclasses

This class is deprecated.
in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog

Class Overview

Event that is raised when a comment is added on a pull request. This does not include replies, which raise a PullRequestCommentRepliedEvent.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated PullRequestCommentAddedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, PullRequestDiffCommentAnchor anchor)
This constructor is deprecated. in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog
Public Methods
@Nullable PullRequestDiffCommentAnchor getAnchor()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
From class com.atlassian.bitbucket.event.pull.PullRequestEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

@Deprecated public PullRequestCommentAddedEvent (Object source, PullRequest pullRequest, Comment comment, Comment parent, PullRequestDiffCommentAnchor anchor)

This constructor is deprecated.
in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog

Public Methods

@Nullable public PullRequestDiffCommentAnchor getAnchor ()