Package com.atlassian.bitbucket.comment
Class CommentSearchRequest
java.lang.Object
com.atlassian.bitbucket.comment.CommentSearchRequest
- Since:
- 5.0
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetPath()Deprecated.in 9.6 for removal in 10.0 without replacement.
- 
Method Details- 
getAnchorState- Returns:
- the comment thread diff anchor state
- Since:
- 5.4
 
- 
getAuthor- Since:
- 8.4
 
- 
getCommentable
- 
getDiffTypes
- 
getFromHash
- 
getPath
- 
getPendingAuthorDeprecated.in 9.6 for removal in 10.0 without replacement. In 9.6, pending comments are limited to the currently authenticated user performing the search request.Limitspendingcomments to those posted by the specified author. IfgetStates()doesn't includePENDINGthis property will be ignored, since no pending comments will be returned.- Returns:
- the author to limit pending comments to, or nullto not limit by author
- Since:
- 7.7
 
- 
getSeverities- Since:
- 6.7
 
- 
getStates- Since:
- 6.7
 
- 
getToHash
 
-