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