@AsynchronousPreferred @Deprecated public class

CommitDiscussionCommentDeletedEvent

extends CommitDiscussionCommentEvent
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.CommitDiscussionCommentDeletedEvent

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 deleted in a commit discussion.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
CommitDiscussionCommentDeletedEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent)
[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

Public Constructors

public CommitDiscussionCommentDeletedEvent (Object source, CommitDiscussion discussion, Comment comment, Comment parent)