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