public class

CommentRepliedPullRequestNotification

extends AbstractPullRequestNotification
implements PullRequestCommentNotification
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.AbstractNotification
     ↳ com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
       ↳ com.atlassian.bitbucket.notification.pull.CommentRepliedPullRequestNotification
Known Direct Subclasses

Summary

Public Constructors
CommentRepliedPullRequestNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment, Comment parent)
Public Methods
Comment getComment()
Comment getParent()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
From class com.atlassian.bitbucket.notification.AbstractNotification
From class java.lang.Object
From interface com.atlassian.bitbucket.notification.Notification
From interface com.atlassian.bitbucket.notification.pull.PullRequestCommentNotification
From interface com.atlassian.bitbucket.notification.pull.PullRequestNotification

Public Constructors

public CommentRepliedPullRequestNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment, Comment parent)

Public Methods

public Comment getComment ()

public Comment getParent ()

public String toString ()