Uses of Interface
com.atlassian.bitbucket.comment.Comment
Packages that use Comment
Package
Description
- 
Uses of Comment in com.atlassian.bitbucket.commentClasses in com.atlassian.bitbucket.comment with type parameters of type CommentModifier and TypeClassDescriptionclassCommentChain<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 newchainfrom 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 acommentaccording 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 allcommentsmatching the provided request.
- 
Uses of Comment in com.atlassian.bitbucket.commitMethods in com.atlassian.bitbucket.commit that return Comment
- 
Uses of Comment in com.atlassian.bitbucket.event.commitMethods 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 CommentModifierConstructorDescriptionprotectedCommitDiscussionCancelableCommentEvent(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) protectedCommitDiscussionCommentEvent(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.pullMethods 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 CommentModifierConstructorDescriptionprotectedPullRequestCancelableCommentEvent(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) protectedPullRequestCommentEvent(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) protectedPullRequestReviewCommentEvent(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.pullMethods in com.atlassian.bitbucket.pull that return Comment