java.lang.Object | |
↳ | com.atlassian.bitbucket.commit.CommitCommentAnchorSearchRequest |
This class is deprecated.
in 4.11 to be removed in 5.0. The Comment API is going through a maintenance cycle.
For more details see the API Changelog
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 4.10 for removal in 5.0; use
getSinceId() instead
| |||||||||||
For comments made on a pull request commit the pull request ID can be used to identify the pull request.
| |||||||||||
For comments made on a range of commits on a pull request, the ID of the since commit can be used to specify
which diff the anchor should be from.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
in 4.10 for removal in 5.0; use getSinceId()
instead
For merge commits which have diffs to multiple parents the parent ID can be used to specify 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.
For comments made on a range of commits on a pull request, the ID of the since commit can be used to specify which diff the anchor should be from. If no ID is provided then only anchors for comments which were made on just the commit will be retrieved.