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 | |||||
↳ | com.atlassian.bitbucket.event.pull.PullRequestCommitCommentAddedEvent |
This class is deprecated.
in 5.4 for removal in 6.0. Listen for PullRequestCommentAddedEvent
instead.
Commit
and
range
comments
can be identified via the thread's
associated
anchor
if present; otherwise, it's a general comment
Event that is raised when a comment is added on a commit in a pull request.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[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
|