package

com.atlassian.bitbucket.comment

Interfaces

Comment A comment on a pull request or commit. 
Commentable Entity that users can comment on. 
CommentableVisitor<T> Visitor for Commentable entities. 
CommentOperations The permitted operations allowed on a comment by the current user. 
DiffCommentAnchor The file or diff a comment is "anchored" to. 

Classes

AbstractAddCommentRequest This class is deprecated. in 4.7 for removal in 5.0. Use one of AbstractAddFileCommentRequest or AbstractAddLineCommentRequest instead.  
AbstractAddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddCommentRequest>, R>  
AbstractAddFileCommentRequest A base class for adding file level comments in a diff 
AbstractAddFileCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddFileCommentRequest>, R>  
AbstractAddLineCommentRequest A base class for adding line comments in a diff 
AbstractAddLineCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddLineCommentRequest>, R>  
AbstractCommentableVisitor<T>  
AddDiffCommentRequest This class is deprecated. in 4.7 for removal in 5.0. Use one of AddPullRequestLineCommentRequest or AddCommitLineCommentRequest instead  
AddDiffCommentRequest.Builder  
AddFileCommentRequest This class is deprecated. in 4.7 for removal in 5.0. Use one of AddPullRequestFileCommentRequest or AddCommitFileCommentRequest instead  
AddFileCommentRequest.Builder  
CommentChain<C extends Comment> Performs a depth-first iteration given a starting set of comments

Enums

CommentAction Enumerates the different actions which may be taken on a comment. 

Exceptions

CommentDeletionException  
CommentOutOfDateException Indicates the operation could not performed because the comment version has changed since the comment was retrieved. 
NoSuchCommentException Indicates the requested comment does not exist.