public class

CommentReport

extends AbstractContentEntityReport
java.lang.Object
   ↳ com.atlassian.confluence.mail.reports.AbstractContentEntityReport
     ↳ com.atlassian.confluence.mail.reports.CommentReport

Summary

Public Constructors
CommentReport(Comment comment, ChangeDigestReport report)
Public Methods
void addCommentAuthor(String author)
Set getCommentAuthors()
ContentEntityObject getCommentOwner()
int getCount()
void incrementCount()
[Expand]
Inherited Methods
From class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
From class java.lang.Object

Public Constructors

public CommentReport (Comment comment, ChangeDigestReport report)

Public Methods

public void addCommentAuthor (String author)

public Set getCommentAuthors ()

public ContentEntityObject getCommentOwner ()

public int getCount ()

Returns
  • the total number of 'new' comments added to the page associated with this CommentReport

public void incrementCount ()