public interface

CommentPropertyProvider

com.atlassian.stash.comment.CommentPropertyProvider
Known Indirect Subclasses

Class Overview

Provides properties to Stash Comment 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.

Summary

Public Methods
void provideProperties(CommentPropertyContext context)
Provide properties to the given context.

Public Methods

public void provideProperties (CommentPropertyContext context)

Provide properties to the given context.

Parameters
context current comment context