Class PostReviewers
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestCollectionModifyView<ChangeResource,ReviewerResource,AddReviewerInput,AddReviewerResult>
-
- com.google.gerrit.server.restapi.change.PostReviewers
-
- All Implemented Interfaces:
RestCollectionModifyView<ChangeResource,ReviewerResource,AddReviewerInput>
,RestCollectionView<ChangeResource,ReviewerResource,AddReviewerInput>
,RestView<ReviewerResource>
public class PostReviewers extends RetryingRestCollectionModifyView<ChangeResource,ReviewerResource,AddReviewerInput,AddReviewerResult>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<AddReviewerResult>
applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, AddReviewerInput input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestCollectionModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<AddReviewerResult> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, AddReviewerInput input) throws IOException, RestApiException, UpdateException, PermissionBackendException, org.eclipse.jgit.errors.ConfigInvalidException
- Specified by:
applyImpl
in classRetryingRestCollectionModifyView<ChangeResource,ReviewerResource,AddReviewerInput,AddReviewerResult>
- Throws:
IOException
RestApiException
UpdateException
PermissionBackendException
org.eclipse.jgit.errors.ConfigInvalidException
-
-