public class

CommentStats

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.crucible.spi.data.CommentStats

Class Overview

Holds the comment statistics on a particular review.

Summary

Fields
public int defects
public int drafts
public int leaveUnread
public int published
public int read
public int unread These values are tied to the current user
public String user
Public Constructors
CommentStats()
CommentStats(String user, int drafts, int published, int defects, int unread, int leaveUnread, int read)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int defects

public int drafts

public int leaveUnread

public int published

public int read

public int unread

These values are tied to the current user

public String user

Public Constructors

public CommentStats ()

public CommentStats (String user, int drafts, int published, int defects, int unread, int leaveUnread, int read)