@Deprecated public abstract class

AbstractCommentAttributeProvider

extends Object
implements CommentAttributeProvider
java.lang.Object
   ↳ com.atlassian.stash.comment.AbstractCommentAttributeProvider

This class is deprecated.
in 3.4 for removal in 4.0. User FlatteningCommentPropertyProvider instead.

Class Overview

A CommentAttributeProvider that flattens the comments and its replies.

Summary

Public Constructors
AbstractCommentAttributeProvider()
Public Methods
void provideAttributes(CommentAttributeContext context)
Protected Methods
abstract void doProvideAttribute(CommentAttributeContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.stash.comment.CommentAttributeProvider

Public Constructors

public AbstractCommentAttributeProvider ()

Public Methods

public void provideAttributes (CommentAttributeContext context)

Protected Methods

protected abstract void doProvideAttribute (CommentAttributeContext context)