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