public class

AbstractCommitDiscussionCommentNotification

extends AbstractCommitDiscussionNotification
implements CommitDiscussionCommentNotification
java.lang.Object
   ↳ com.atlassian.stash.notification.AbstractNotification
     ↳ com.atlassian.stash.notification.commit.AbstractCommitDiscussionNotification
       ↳ com.atlassian.stash.notification.commit.AbstractCommitDiscussionCommentNotification
Known Direct Subclasses

Summary

Public Constructors
AbstractCommitDiscussionCommentNotification(StashUser user, Date date, CommitDiscussion commitDiscussion, Comment comment)
Public Methods
@Nonnull Comment getComment()
String toString()
[Expand]
Inherited Methods
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 AbstractCommitDiscussionCommentNotification (StashUser user, Date date, CommitDiscussion commitDiscussion, Comment comment)

Public Methods

@Nonnull public Comment getComment ()

public String toString ()