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 allthreadsmatching 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 TypeMethodDescriptionvoidAbstractDiffContentCallback.offerThreads(Stream<CommentThread> threads) voidDiffContentCallback.offerThreads(Stream<CommentThread> threads) Offersthreadsfor 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)