Uses of Interface
com.atlassian.bitbucket.comment.CommentPropertyProvider
-
Uses of CommentPropertyProvider in com.atlassian.bitbucket.comment
Modifier and TypeClassDescriptionclass
An implementation ofCommentPropertyProvider
that flattens the list of the comments in thecontext
such that subclasses that overrideFlatteningCommentPropertyProvider.doProvideProperties(CommentPropertyContext)
have instant access to all nested comments without having to go through thereply tree
manually.