public interface CommentPropertyProvider
comments
.
NOTE: Property values must be convertible to JSON (e.g. extend from RestMapEntity
), or otherwise REST
requests to entities owning the properties will fail.
CommentPropertyContext
Modifier and Type | Method and Description |
---|---|
void |
provideProperties(CommentPropertyContext context)
Provide properties to the given
context . |
void provideProperties(@Nonnull CommentPropertyContext context)
context
.context
- current comment contextCopyright © 2020 Atlassian. All rights reserved.