Package com.atlassian.bitbucket.comment
package com.atlassian.bitbucket.comment
-
ClassDescriptionA request for creating comments on a
Commentable
.AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>, R extends AddCommentRequest> Request to create or update afile comment
.AddFileCommentRequest.AbstractFileBuilder<B extends AddFileCommentRequest.AbstractFileBuilder<B,R>, R extends AddFileCommentRequest> Request to create or update aline comment
.AddLineCommentRequest.AbstractLineCommentRequestBuilder<B extends AddLineCommentRequest.AbstractLineCommentRequestBuilder<B,R>, R extends AddFileCommentRequest> A comment on a pull request or commit.Entity that users can comment on.Visitor forCommentable
entities.Enumerates the different actions which may be taken on a comment.CommentChain<C extends Comment>Performs a depth-first iteration given a starting set ofcomments
.The permitted operations allowed on a comment by the current user.Indicates the operation could not performed because thecomment version
has changed since thecomment
was retrieved.Enumerates availablecomment
severities.Enumerates the possiblestates
a comment can be in.Represents a conversation started on acommentable
.The location in a diff acomment thread
is anchored to.An enumeration of anchor states for comment thread searchEnumerates the different types of diffs athread
can be anchored to.A request for making changes to acomment
Indicates the requested comment does not exist.