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