gerrit/gerrit-extension-api
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
..
src RevisionApi: Add method to list votes per revision 2019-02-06 17:14:29 +09:00
BUILD Bazel: Fix more buildifier warnings 2019-01-09 21:30:53 +09:00
pom.xml Set version to 2.15.10-SNAPSHOT 2019-01-25 11:31:16 +09:00