| java.lang.Object | ||||||
| ↳ | java.util.EventObject | |||||
| ↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||||
| ↳ | com.atlassian.bitbucket.event.repository.RepositoryEvent | |||||
| ↳ | com.atlassian.bitbucket.event.commit.CommitDiscussionEvent | |||||
| ↳ | com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent | |||||
| ↳ | com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddedEvent | |||||
Event that is raised when a comment is added in a commit discussion.
This does not include replies, which raise a CommitDiscussionCommentRepliedEvent.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.6 for removal in 7.0. Use
CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment) instead.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.repository.RepositoryEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
| source | the component raising the event |
|---|---|
| discussion | the commit discussion this comment relates to |
| comment | the comment |
This constructor is deprecated.
in 6.6 for removal in 7.0. Use CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment) instead.
| source | the component raising the event |
|---|---|
| discussion | the commit discussion this comment relates to |
| comment | the comment |
| parent | always null because this event is only published for top-level comments |