Class CherryPickCommit
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<CommitResource,CherryPickInput,CherryPickChangeInfo>
-
- com.google.gerrit.server.restapi.change.CherryPickCommit
-
- All Implemented Interfaces:
RestModifyView<CommitResource,CherryPickInput>
,RestView<CommitResource>
public class CherryPickCommit extends RetryingRestModifyView<CommitResource,CherryPickInput,CherryPickChangeInfo>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<CherryPickChangeInfo>
applyImpl(BatchUpdate.Factory updateFactory, CommitResource rsrc, CherryPickInput input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
public Response<CherryPickChangeInfo> applyImpl(BatchUpdate.Factory updateFactory, CommitResource rsrc, CherryPickInput input) throws IOException, UpdateException, RestApiException, PermissionBackendException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
- Specified by:
applyImpl
in classRetryingRestModifyView<CommitResource,CherryPickInput,CherryPickChangeInfo>
- Throws:
IOException
UpdateException
RestApiException
PermissionBackendException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException
-
-