java.lang.Object | |
↳ | com.atlassian.bitbucket.comment.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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provide properties to the given
context . |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.comment.CommentPropertyProvider
|
Provide properties to the given context
.
context | current comment context |
---|