@AsynchronousPreferred public class

PullRequestCommentRepliedEvent

extends PullRequestCommentEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.pull.PullRequestEvent
         ↳ com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
           ↳ com.atlassian.bitbucket.event.pull.PullRequestCommentRepliedEvent

Class Overview

Event that is raised when a comment is replied to on a pull request.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestCommentRepliedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
From class com.atlassian.bitbucket.event.pull.PullRequestEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestCommentRepliedEvent (Object source, PullRequest pullRequest, Comment comment, Comment parent)