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 SummaryMethods inherited from interface com.atlassian.bitbucket.activity.ActivitygetCreatedDate, getId, getUserMethods inherited from interface com.atlassian.bitbucket.pull.PullRequestActivityaccept, 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 nullif 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
 
 
-