Package com.google.gerrit.server.change
Class ListRevisionComments
- java.lang.Object
-
- com.google.gerrit.server.change.ListRevisionDrafts
-
- com.google.gerrit.server.change.ListRevisionComments
-
- All Implemented Interfaces:
RestReadView<RevisionResource>
,RestView<RevisionResource>
public class ListRevisionComments extends ListRevisionDrafts
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.server.change.ListRevisionDrafts
commentJson, commentsUtil, db
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
includeAuthorInfo()
protected Iterable<Comment>
listComments(RevisionResource rsrc)
-
Methods inherited from class com.google.gerrit.server.change.ListRevisionDrafts
apply, getComments
-
-
-
-
Method Detail
-
includeAuthorInfo
protected boolean includeAuthorInfo()
- Overrides:
includeAuthorInfo
in classListRevisionDrafts
-
listComments
protected Iterable<Comment> listComments(RevisionResource rsrc) throws com.google.gwtorm.server.OrmException
- Overrides:
listComments
in classListRevisionDrafts
- Throws:
com.google.gwtorm.server.OrmException
-
-