gerrit/gerrit-extension-api/src/main/java/com/google/gerrit/extensions
David Pursehouse 6031b05397 RevisionApi: Add method to list votes per revision
The current API allows to get votes either:

- By revision, but only the votes from a specific reviewer

- By change, but only all votes on the current patch set

Add a method that allows to get all the votes for a specific revision.

The result is returned as a multimap of the label name to a list
of approval infos for that label. The approval infos contain the Id,
name, username and email fields.

Change-Id: I35cde09b3ee059e8b03aff1c4ee2747944c3d37c
2019-02-06 17:14:29 +09:00
..
annotations PermissionBackend: Make considering admin credential configurable 2017-05-30 07:22:00 +00:00
api RevisionApi: Add method to list votes per revision 2019-02-06 17:14:29 +09:00
auth/oauth Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
client ChangeEditApi: Allow to set options on change edit detail request 2019-01-18 08:39:49 +09:00
common CommitInfo: Use ToStringHelper 2019-01-11 19:49:12 +09:00
conditions Delay UiAction visible and enabled with BooleanCondition 2017-08-11 23:23:19 -07:00
config Merge branch 'stable-2.14' into stable-2.15 2018-04-19 09:33:20 +02:00
events Merge branch 'stable-2.14' into stable-2.15 2018-09-16 09:29:19 +09:00
persistence Plugin API: Add datasource interception extension point 2014-01-24 19:21:35 +00:00
registration Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
restapi Correct use of generics in AcceptsDelete#delete 2017-09-14 13:53:19 +02:00
systemstatus Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
webui UiAction: Annotate #getDescription as @Nullable 2017-08-29 04:27:39 +00:00
Extensions.gwt.xml Extensions GWT API: Align rule with package boundaries 2015-01-26 09:26:57 +00:00