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