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 classBanCommit.BanResultInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BanCommit.BanResultInfoapplyImpl(BatchUpdate.Factory updateFactory, ProjectResource rsrc, BanCommitInput input)-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected BanCommit.BanResultInfo applyImpl(BatchUpdate.Factory updateFactory, ProjectResource rsrc, BanCommitInput input) throws RestApiException, UpdateException, IOException, PermissionBackendException
- Specified by:
applyImplin classRetryingRestModifyView<ProjectResource,BanCommitInput,BanCommit.BanResultInfo>- Throws:
RestApiExceptionUpdateExceptionIOExceptionPermissionBackendException
-
-