Uses of Class
com.atlassian.bitbucket.comment.CommentSearchRequest
Packages that use CommentSearchRequest
-
Uses of CommentSearchRequest in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return CommentSearchRequestMethods in com.atlassian.bitbucket.comment with parameters of type CommentSearchRequestModifier and TypeMethodDescriptionlong
CommentService.countComments
(CommentSearchRequest request) Count all thecomments
matching the provided request.CommentService.countCommentsByState
(CommentSearchRequest request) long
CommentService.countThreads
(CommentSearchRequest request) Count all thethreads
matching the provided request.CommentService.search
(CommentSearchRequest request, PageRequest pageRequest) Search for allcomments
matching the provided request.CommentService.searchThreads
(CommentSearchRequest request, PageRequest pageRequest) Search for allthreads
matching the provided request.