Uses of Interface
com.atlassian.bitbucket.comment.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.atlassian.bitbucket.comment
Classes in com.atlassian.bitbucket.comment with type parameters of type CommentModifier and TypeClassDescriptionclass
CommentChain<C extends Comment>
Performs a depth-first iteration given a starting set ofcomments
.Methods in com.atlassian.bitbucket.comment with type parameters of type CommentModifier and TypeMethodDescriptionstatic <C extends Comment>
CommentChain<C>A convenience method for creating a newchain
from the provided comments.Methods in com.atlassian.bitbucket.comment that return CommentModifier 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 commentMethods in com.atlassian.bitbucket.comment that return types with arguments of type 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
Methods in com.atlassian.bitbucket.commit that return Comment -
Uses of Comment in com.atlassian.bitbucket.event.commit
Methods in com.atlassian.bitbucket.event.commit that return CommentModifier and TypeMethodDescriptionCommitDiscussionCommentEvent.getComment()
CommitDiscussionCommentEvent.getParent()
Constructors in com.atlassian.bitbucket.event.commit with parameters of type CommentModifierConstructorDescriptionprotected
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
Methods in com.atlassian.bitbucket.event.pull that return CommentModifier and TypeMethodDescriptionPullRequestCancelableCommentEvent.getComment()
PullRequestCommentEvent.getComment()
PullRequestReviewCommentEvent.getComment()
PullRequestCancelableCommentEvent.getParent()
PullRequestCommentEvent.getParent()
PullRequestReviewCommentEvent.getParent()
Constructors in com.atlassian.bitbucket.event.pull with parameters of type CommentModifierConstructorDescriptionprotected
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
Methods in com.atlassian.bitbucket.pull that return Comment