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