Package | Description |
---|---|
com.atlassian.bitbucket.comment | |
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
CommentThread |
Comment.getThread() |
Modifier and Type | Method and Description |
---|---|
Page<CommentThread> |
CommentService.searchThreads(CommentSearchRequest request,
PageRequest pageRequest)
Search for all
threads matching the provided request. |
Modifier and Type | Method and Description |
---|---|
void |
DiffContentCallback.offerThreads(Stream<CommentThread> threads)
Offers
threads for any comments which should be included in the diff to the callback. |
void |
AbstractDiffContentCallback.offerThreads(Stream<CommentThread> threads) |
Modifier and Type | Method and Description |
---|---|
Page<CommentThread> |
PullRequestService.getReviewThreads(int repositoryId,
long pullRequestId,
PageRequest pageRequest)
|
Copyright © 2022 Atlassian. All rights reserved.