Class RevisionReviewerApiImpl
- java.lang.Object
-
- com.google.gerrit.server.api.changes.RevisionReviewerApiImpl
-
- All Implemented Interfaces:
RevisionReviewerApi
public class RevisionReviewerApiImpl extends Object implements RevisionReviewerApi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.RevisionReviewerApi
RevisionReviewerApi.NotImplemented
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteVote(DeleteVoteInput input)
void
deleteVote(String label)
Map<String,Short>
votes()
-
-
-
Method Detail
-
votes
public Map<String,Short> votes() throws RestApiException
- Specified by:
votes
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
deleteVote
public void deleteVote(String label) throws RestApiException
- Specified by:
deleteVote
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
deleteVote
public void deleteVote(DeleteVoteInput input) throws RestApiException
- Specified by:
deleteVote
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
-