| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.commit.CommitCommentAnchorSearchRequest |
Request for searching for commit comment anchors.
The purpose and behaviour of each field is described on its accessor.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommitCommentAnchorSearchRequest.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
For merge commits which have diffs to multiple parents the parent ID can be used to specified which diff
the anchor should be on.
| |||||||||||
For comments made on a pull request commit the pull request ID can be used to identify the pull request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
For merge commits which have diffs to multiple parents the parent ID can be used to specified which diff the anchor should be on.
For comments made on a pull request commit the pull request ID can be used to identify the pull request. If no ID is provided only anchors for comments which were not made on any pull request will be retrieved.