Package com.atlassian.bitbucket.pull
Interface PullRequestCommentActivity
- All Superinterfaces:
Activity
,PullRequestActivity
A
PullRequestActivity
representing a comment action
made on the contents of the
pull request.- See Also:
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.activity.Activity
getCreatedDate, getId, getUser
Methods inherited from interface com.atlassian.bitbucket.pull.PullRequestActivity
accept, getAction, getPullRequest
-
Method Details
-
getComment
- Returns:
- the comment associated with this activity.
-
getCommentAction
- Returns:
- the comment action on the
comment
.
-
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). - Since:
- 5.0
-