public class

CommitDiscussionCommentAddedNotification

extends AbstractCommitDiscussionCommentNotification
java.lang.Object
   ↳ com.atlassian.stash.notification.AbstractNotification
     ↳ com.atlassian.stash.notification.commit.AbstractCommitDiscussionNotification
       ↳ com.atlassian.stash.notification.commit.AbstractCommitDiscussionCommentNotification
         ↳ com.atlassian.stash.notification.commit.CommitDiscussionCommentAddedNotification

Summary

Public Constructors
CommitDiscussionCommentAddedNotification(StashUser user, Date date, CommitDiscussion commitDiscussion, Comment comment, CommitDiscussionCommentAnchor anchor)
Public Methods
@Nullable CommitDiscussionCommentAnchor getAnchor()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.stash.notification.commit.AbstractCommitDiscussionCommentNotification
From class com.atlassian.stash.notification.commit.AbstractCommitDiscussionNotification
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.commit.CommitDiscussionCommentNotification
From interface com.atlassian.stash.notification.commit.CommitDiscussionNotification

Public Constructors

public CommitDiscussionCommentAddedNotification (StashUser user, Date date, CommitDiscussion commitDiscussion, Comment comment, CommitDiscussionCommentAnchor anchor)

Public Methods

@Nullable public CommitDiscussionCommentAnchor getAnchor ()

public String toString ()