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 sourceChange,
PatchSet.Id sourcePatchId,
Project.NameKey project,
org.eclipse.jgit.lib.ObjectId sourceCommit,
CherryPickInput input,
Branch.NameKey dest) |
com.google.gerrit.server.restapi.change.CherryPickChange.Result |
cherryPick(BatchUpdate.Factory batchUpdateFactory,
Change change,
PatchSet patch,
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 com.google.gwtorm.server.OrmException, java.io.IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
com.google.gwtorm.server.OrmException
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, PatchSet.Id sourcePatchId, Project.NameKey project, org.eclipse.jgit.lib.ObjectId sourceCommit, CherryPickInput input, Branch.NameKey dest) throws com.google.gwtorm.server.OrmException, java.io.IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
com.google.gwtorm.server.OrmException
java.io.IOException
InvalidChangeOperationException
IntegrationException
UpdateException
RestApiException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException