Uses of Interface
com.atlassian.bitbucket.comment.CommentThread
Packages that use CommentThread
Package
Description
-
Uses of CommentThread in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return CommentThreadMethods in com.atlassian.bitbucket.comment that return types with arguments of type CommentThreadModifier and TypeMethodDescriptionCommentService.searchThreads
(CommentSearchRequest request, PageRequest pageRequest) Search for allthreads
matching the provided request. -
Uses of CommentThread in com.atlassian.bitbucket.content
Method parameters in com.atlassian.bitbucket.content with type arguments of type CommentThreadModifier 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
Methods in com.atlassian.bitbucket.pull that return types with arguments of type CommentThreadModifier and TypeMethodDescriptionPullRequestService.getReviewThreads
(int repositoryId, long pullRequestId, PageRequest pageRequest)