@Deprecated public abstract class

CommitDiscussionCommentEvent

extends CommitDiscussionEvent
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
Known Direct Subclasses

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 added, deleted, edited or replied to in a commit discussion.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
CommitDiscussionCommentEvent(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction)
Public Methods
@Nonnull Comment getComment()
@Nonnull CommentAction getCommentAction()
@Nullable Comment getParent()
[Expand]
Inherited Methods
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

Protected Constructors

protected CommitDiscussionCommentEvent (Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction)

Public Methods

@Nonnull public Comment getComment ()

@Nonnull public CommentAction getCommentAction ()

@Nullable public Comment getParent ()