@AsynchronousPreferred @Deprecated public class

CommentRepliedEvent

extends CommentEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.comment.CommentEvent
         ↳ com.atlassian.stash.event.comment.CommentRepliedEvent

This class is deprecated.
in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether the comment was replied to on a commit discussion or a pull request. Event handlers should listen for CommitDiscussionCommentRepliedEvent or PullRequestCommentRepliedEvent.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
CommentRepliedEvent(Object source, Comment comment, Comment parent, Comment thread)
Public Methods
@Nullable Comment getParent()
@Nullable Comment getThread()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.comment.CommentEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public CommentRepliedEvent (Object source, Comment comment, Comment parent, Comment thread)

Public Methods

@Nullable public Comment getParent ()

@Nullable public Comment getThread ()