Class DeleteAssignee
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<ChangeResource,Input,AccountInfo>
-
- com.google.gerrit.server.restapi.change.DeleteAssignee
-
- All Implemented Interfaces:
RestModifyView<ChangeResource,Input>
,RestView<ChangeResource>
public class DeleteAssignee extends RetryingRestModifyView<ChangeResource,Input,AccountInfo>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<AccountInfo>
applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, Input input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<AccountInfo> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, Input input) throws RestApiException, UpdateException, PermissionBackendException
- Specified by:
applyImpl
in classRetryingRestModifyView<ChangeResource,Input,AccountInfo>
- Throws:
RestApiException
UpdateException
PermissionBackendException
-
-