com.atlassian.bitbucket.pull.PullRequestCommentActivity |
Public Methods
@Nonnull
public
Comment
getComment
()
Returns
- the comment associated with this activity.
Returns
- the anchor of the
comment
, or null
if this is a general comment not
anchored to specific contents of the pull request.
@Nullable
public
Diff
getDiff
()
Returns
- the diff of the contents that the comment is anchored to, or
null
if this is a general comment
or a comment not associated with contents changed as part of this pull request (e.g. a file comment).