package

com.atlassian.stash.comment

Interfaces

CommentAttributeContext This interface is deprecated. in 3.4 for removal in 4.0. CommentAttributeProvider that uses this class will be removed in favour of CommentPropertyProvider  
CommentAttributeProvider This interface is deprecated. in 3.4 for removal in 4.0. User CommentPropertyProvider instead.  
CommentPropertyContext Allows iterating and adding com.atlassian.stash.property.PropertyMap properties on comments. 
CommentPropertyProvider Provides properties to Stash Comment comments. 

Classes

AbstractCommentAttributeProvider This class is deprecated. in 3.4 for removal in 4.0. User FlatteningCommentPropertyProvider instead.  
FlatteningCommentPropertyProvider An implementation of CommentPropertyProvider that flattens the list of the comments in the context such that subclasses that override doProvideProperties(CommentPropertyContext) have instant access to all nested comments without having to go through the Comment#getComments() reply tree manually.