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 TypeMethodDescriptionlongCommentService.countComments(CommentSearchRequest request) Count all thecommentsmatching the provided request.CommentService.countCommentsByState(CommentSearchRequest request) longCommentService.countThreads(CommentSearchRequest request) Count all thethreadsmatching the provided request.CommentService.search(CommentSearchRequest request, PageRequest pageRequest) Search for allcommentsmatching the provided request.CommentService.searchThreads(CommentSearchRequest request, PageRequest pageRequest) Search for allthreadsmatching the provided request.