package

com.atlassian.stash.comment

Interfaces

Comment A comment on a pull request or commit. 
CommentOperations The permitted operations allowed on a comment by the current user. 
DiffCommentAnchor The file or diff a comment is "anchored" to. 

Classes

AbstractAddCommentRequest Base class for comment creation requests. 
AbstractAddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddCommentRequest>, R>  
AddDiffCommentRequest Request to create or update a diff comment
AddDiffCommentRequest.Builder  
AddFileCommentRequest Request to create or update a file comment
AddFileCommentRequest.Builder  

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