Uses of Interface
com.atlassian.bitbucket.comment.CommentThread
Package
Description
-
Uses of CommentThread in com.atlassian.bitbucket.comment
Modifier and TypeMethodDescriptionCommentService.searchThreads
(CommentSearchRequest request, PageRequest pageRequest) Search for allthreads
matching the provided request. -
Uses of CommentThread in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionvoid
AbstractDiffContentCallback.offerThreads
(Stream<CommentThread> threads) void
DiffContentCallback.offerThreads
(Stream<CommentThread> threads) Offersthreads
for any comments which should be included in the diff to the callback. -
Uses of CommentThread in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestService.getReviewThreads
(int repositoryId, long pullRequestId, PageRequest pageRequest)