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 |
Event that is raised when a comment is added on a pull request.
This does not include replies, which raise a PullRequestCommentRepliedEvent
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.6 for removal in 7.0. Use
PullRequestCommentAddedEvent(Object, PullRequest, Comment) instead
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
source | the component raising the event |
---|---|
pullRequest | the pull request this comment relates to |
comment | the comment |
This constructor is deprecated.
in 6.6 for removal in 7.0. Use PullRequestCommentAddedEvent(Object, PullRequest, Comment)
instead
source | the component raising the event |
---|---|
pullRequest | the pull request this comment relates to |
comment | the comment |
parent | always null because this event is only published for top-level comments |