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 beCommentif the thread mixes comments of different types.
Representation of a comment thread.
A comment thread consists of at least one comment.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
CommentThread
public CommentThread()
-
-
Method Details
-
comments
Comments in the thread in exactly the order they appear in the thread. -
unresolved
public boolean unresolved()Whether the whole thread is considered as unresolved. -
builder
-