public class CherryPickChange
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.server.restapi.change.CherryPickChange.Result |
cherryPick(BatchUpdate.Factory batchUpdateFactory,
Change change,
PatchSet patch,
CherryPickInput input,
Branch.NameKey dest) |
com.google.gerrit.server.restapi.change.CherryPickChange.Result |
cherryPick(BatchUpdate.Factory batchUpdateFactory,
Change sourceChange,
Project.NameKey project,
org.eclipse.jgit.lib.ObjectId sourceCommit,
CherryPickInput input,
Branch.NameKey dest) |
public com.google.gerrit.server.restapi.change.CherryPickChange.Result cherryPick(BatchUpdate.Factory batchUpdateFactory, Change change, PatchSet patch, CherryPickInput input, Branch.NameKey dest) throws java.io.IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
java.io.IOException
InvalidChangeOperationException
IntegrationException
UpdateException
RestApiException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException
public com.google.gerrit.server.restapi.change.CherryPickChange.Result cherryPick(BatchUpdate.Factory batchUpdateFactory, Change sourceChange, Project.NameKey project, org.eclipse.jgit.lib.ObjectId sourceCommit, CherryPickInput input, Branch.NameKey dest) throws java.io.IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
java.io.IOException
InvalidChangeOperationException
IntegrationException
UpdateException
RestApiException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException