public class

Comments

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

Summary

Fields
public List<CommentDataImpl> comments
Public Constructors
Comments()
Comments(List<GeneralCommentData> generalComments)
Comments(List<VersionedLineCommentData> versionedComments, boolean versioned)
Comments(List<GeneralCommentData> generalComments, List<VersionedLineCommentData> versionedComments)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<CommentDataImpl> comments

Public Constructors

public Comments ()

public Comments (List<GeneralCommentData> generalComments)

public Comments (List<VersionedLineCommentData> versionedComments, boolean versioned)

public Comments (List<GeneralCommentData> generalComments, List<VersionedLineCommentData> versionedComments)