public class

CommentAddedPullRequestNotification

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

Summary

Public Constructors
CommentAddedPullRequestNotification(PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer, Comment comment, DiffCommentAnchor anchor)
Public Methods
@Nullable DiffCommentAnchor getAnchor()
@Nonnull Comment getComment()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.stash.notification.pull.AbstractPullRequestNotification
From class com.atlassian.stash.notification.AbstractNotification
From class java.lang.Object
From interface com.atlassian.stash.notification.Notification
From interface com.atlassian.stash.notification.pull.PullRequestCommentNotification
From interface com.atlassian.stash.notification.pull.PullRequestNotification

Public Constructors

public CommentAddedPullRequestNotification (PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer, Comment comment, DiffCommentAnchor anchor)

Public Methods

@Nullable public DiffCommentAnchor getAnchor ()

@Nonnull public Comment getComment ()

public String toString ()