Package com.google.gerrit.server.change
Class CommentThread<T extends Comment>
java.lang.Object
com.google.gerrit.server.change.CommentThread<T>
- Type Parameters:
- T- type of comments in the thread. Can also be- Commentif the thread mixes comments of different types.
Representation of a comment thread.
 
A comment thread consists of at least one comment.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T extends Comment>
 CommentThread.Builder<T>builder()abstract com.google.common.collect.ImmutableList<T>comments()Comments in the thread in exactly the order they appear in the thread.booleanWhether the whole thread is considered as unresolved.
- 
Constructor Details- 
CommentThreadpublic CommentThread()
 
- 
- 
Method Details- 
commentsComments in the thread in exactly the order they appear in the thread.
- 
unresolvedpublic boolean unresolved()Whether the whole thread is considered as unresolved.
- 
builder
 
-