@Deprecated public class

CommitCommentAddedPullRequestNotification

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

This class is deprecated.
in 4.11 for removal in 5.0. Use CommentAddedPullRequestNotification instead.

Summary

Public Constructors
CommitCommentAddedPullRequestNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment, DiffCommentAnchor anchor, String since, String until)
Public Methods
@Nullable String getSince()
@Nonnull String getUntil()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.notification.pull.CommentAddedPullRequestNotification
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 CommitCommentAddedPullRequestNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, Comment comment, DiffCommentAnchor anchor, String since, String until)

Public Methods

@Nullable public String getSince ()

Returns
  • the since hash for the pull request commit diff on which the comment was made

@Nonnull public String getUntil ()

Returns
  • the until hash for the pull request commit diff on which the comment was made