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.CommitDiscussionCancelableCommentEvent | ||||||
↳ | com.atlassian.bitbucket.event.commit.CommitDiscussionCommentReplyRequestedEvent |
Event that is raised before a comment is replied to in a commit discussion. This event is synchronous, allowing listeners to perform operations in the same database transaction where the reply is created.
This event is also cancelable
. A listener may prevent the reply from being created by
canceling
this event. Throwing an exception will not prevent the reply from
being created; the exception will be logged and ignored.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |