com.atlassian.bitbucket.comment.CommentPropertyContext |
Allows iterating and adding PropertyMap properties on comments. This context is guaranteed to not contain duplicate comments.
Clients can also access the entity owning the comments by using Commentable#accept(CommentableVisitor).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a property to the
comment . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.comment.Commentable
| |||||||||||
From interface
java.lang.Iterable
|
Adds a property to the comment
. Any existing property stored under key
will be replaced.
comment | the comment that will receive the new property |
---|---|
key | property key |
value | property value |