Uses of Interface
com.atlassian.bitbucket.comment.Comment
Package
Description
-
Uses of Comment in com.atlassian.bitbucket.comment
Modifier and TypeClassDescriptionclass
CommentChain<C extends Comment>
Performs a depth-first iteration given a starting set ofcomments
.Modifier and TypeMethodDescriptionstatic <C extends Comment>
CommentChain<C>A convenience method for creating a newchain
from the provided comments.Modifier and TypeMethodDescriptionCommentService.addComment
(AddCommentRequest request) Adds a general comment on a commentable.CommentService.addComment
(AddFileCommentRequest request) Adds a comment on a file in a diff.CommentService.addComment
(AddLineCommentRequest request) Adds a comment on a line on a file in a diff.CommentService.addReply
(AddCommentReplyRequest request) Adds a comment reply to atread
.CommentThread.getRootComment()
CommentService.updateComment
(CommentUpdateRequest request) Updates acomment
according to the providedrequest
, with the following restrictions: only the author of the comment may update the text of the comment only the author of the comment, the author of the pull request (in the case of comments on pull requests) or repository admins and above may update the other fields of a commentModifier and TypeMethodDescriptionCommentService.getComment
(long commentId) Find a comment with the given ID.Comment.getComments()
CommentService.search
(CommentSearchRequest request, PageRequest pageRequest) Search for allcomments
matching the provided request. -
Uses of Comment in com.atlassian.bitbucket.commit
-
Uses of Comment in com.atlassian.bitbucket.event.commit
Modifier and TypeMethodDescriptionCommitDiscussionCommentEvent.getComment()
CommitDiscussionCommentEvent.getParent()
ModifierConstructorDescriptionprotected
CommitDiscussionCancelableCommentEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) CommitDiscussionCommentAddedEvent
(Object source, CommitDiscussion discussion, Comment comment) CommitDiscussionCommentAddRequestedEvent
(Object source, CommitDiscussion discussion, Comment comment, CancelState cancelState) CommitDiscussionCommentDeletedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent) CommitDiscussionCommentDeletionRequestedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CancelState cancelState) CommitDiscussionCommentEditedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) protected
CommitDiscussionCommentEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CommentAction commentAction) CommitDiscussionCommentModificationRequestedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, String previousText, CancelState cancelState) CommitDiscussionCommentRepliedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent) CommitDiscussionCommentReplyRequestedEvent
(Object source, CommitDiscussion discussion, Comment comment, Comment parent, CancelState cancelState) -
Uses of Comment in com.atlassian.bitbucket.event.pull
Modifier and TypeMethodDescriptionPullRequestCancelableCommentEvent.getComment()
PullRequestCommentEvent.getComment()
PullRequestReviewCommentEvent.getComment()
PullRequestCancelableCommentEvent.getParent()
PullRequestCommentEvent.getParent()
PullRequestReviewCommentEvent.getParent()
ModifierConstructorDescriptionprotected
PullRequestCancelableCommentEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction, CancelState cancelState) PullRequestCommentAddedEvent
(Object source, PullRequest pullRequest, Comment comment) PullRequestCommentAddRequestedEvent
(Object source, PullRequest pullRequest, Comment comment, CancelState cancelState) PullRequestCommentDeletedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent) PullRequestCommentDeletionRequestedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CancelState cancelState) PullRequestCommentEditedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CommentSeverity previousSeverity, CommentState previousState) protected
PullRequestCommentEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) Constructs a newPullRequestCommentEvent
.PullRequestCommentModificationRequestedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, String previousText, CancelState cancelState) PullRequestCommentRepliedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent) PullRequestCommentReplyRequestedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CancelState cancelState) PullRequestReviewCommentAddedEvent
(Object source, PullRequest pullRequest, Comment comment) protected
PullRequestReviewCommentEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction) PullRequestReviewCommentRepliedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent) -
Uses of Comment in com.atlassian.bitbucket.pull