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