public class

CommitCommentRepliedPullRequestNotification

extends CommentRepliedPullRequestNotification
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.AbstractNotification
     ↳ com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
       ↳ com.atlassian.bitbucket.notification.pull.CommentRepliedPullRequestNotification
         ↳ com.atlassian.bitbucket.notification.pull.CommitCommentRepliedPullRequestNotification

Summary

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