public interface

PullRequestCommentNotification

implements PullRequestNotification
com.atlassian.bitbucket.notification.pull.PullRequestCommentNotification
Known Indirect Subclasses

Class Overview

Represents a PullRequestNotification that also has a comment, such as add/edit/reply.

Summary

Public Methods
@Nonnull Comment getComment()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.notification.Notification
From interface com.atlassian.bitbucket.notification.pull.PullRequestNotification

Public Methods

@Nonnull public Comment getComment ()