@Deprecated public interface

CommitDiscussionCommentAnchor

implements DiffCommentAnchor
com.atlassian.bitbucket.commit.CommitDiscussionCommentAnchor

This interface 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

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.comment.DiffCommentAnchor
[Expand]
Inherited Fields
From interface com.atlassian.bitbucket.comment.DiffCommentAnchor
Public Methods
@Nonnull CommitDiscussion getDiscussion()
@Nonnull Optional<PullRequest> getPullRequest()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.comment.DiffCommentAnchor

Public Methods

@Nonnull public CommitDiscussion getDiscussion ()

@Nonnull public Optional<PullRequest> getPullRequest ()

Returns
  • the pull request to which the comment is also anchored