public class

CommentAddedPullRequestNotification

extends AbstractPullRequestNotification
implements PullRequestCommentNotification
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.AbstractNotification
     ↳ com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
       ↳ com.atlassian.bitbucket.notification.pull.CommentAddedPullRequestNotification

Summary

Public Constructors
CommentAddedPullRequestNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment)
Public Methods
@Nonnull Comment getComment()
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 CommentAddedPullRequestNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment)

Public Methods

@Nonnull public Comment getComment ()

public String toString ()