Package | Description |
---|---|
com.atlassian.bitbucket.comment |
Modifier and Type | Method and Description |
---|---|
CommentSearchRequest |
CommentSearchRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
long |
CommentService.countComments(CommentSearchRequest request)
Count all the
comments matching the provided request. |
Map<CommentState,Long> |
CommentService.countCommentsByState(CommentSearchRequest request)
|
long |
CommentService.countThreads(CommentSearchRequest request)
Count all the
threads matching the provided request. |
Page<Comment> |
CommentService.search(CommentSearchRequest request,
PageRequest pageRequest)
Search for all
comments matching the provided request. |
Page<CommentThread> |
CommentService.searchThreads(CommentSearchRequest request,
PageRequest pageRequest)
Search for all
threads matching the provided request. |
Copyright © 2020 Atlassian. All rights reserved.