Files
gerrit/gerrit-server/src/main/java/com/google/gerrit/server
David Pursehouse f841099db5 ChangeApi: Add methods to get change comments/drafts as list
The current API allows to get all change comments and drafts, but as a
map of path names to lists of comment infos; the paths are not set in
the comment infos. This is not convenient for callers that just want a
list of all comments on the change; they have to transform the map to
a list, setting the path field on each element.

Add new methods that return the comments as a plain list, with paths
already set. This reduces the amount of code clients need to write.

Note that such methods already exist on the revision API.

Change-Id: Ic3fd48347d195ebbe361d32167dbaacb572f066d
2019-08-11 13:24:52 +09:00
..
2019-05-30 12:42:50 +09:00
2019-07-24 16:48:05 +09:00
2019-06-04 13:24:01 +09:00
2017-09-30 15:47:14 +02:00