Package com.google.gerrit.server.change
Class CherryPickChange
- java.lang.Object
-
- com.google.gerrit.server.change.CherryPickChange
-
public class CherryPickChange extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Change.Id
cherryPick(BatchUpdate.Factory batchUpdateFactory, Change sourceChange, PatchSet.Id sourcePatchId, Project.NameKey project, org.eclipse.jgit.lib.ObjectId sourceCommit, CherryPickInput input, Branch.NameKey dest)
Change.Id
cherryPick(BatchUpdate.Factory batchUpdateFactory, Change change, PatchSet patch, CherryPickInput input, Branch.NameKey dest)
-
-
-
Method Detail
-
cherryPick
public Change.Id cherryPick(BatchUpdate.Factory batchUpdateFactory, Change change, PatchSet patch, CherryPickInput input, Branch.NameKey dest) throws com.google.gwtorm.server.OrmException, IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
- Throws:
com.google.gwtorm.server.OrmException
IOException
InvalidChangeOperationException
IntegrationException
UpdateException
RestApiException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException
-
cherryPick
public Change.Id 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, IOException, InvalidChangeOperationException, IntegrationException, UpdateException, RestApiException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
- Throws:
com.google.gwtorm.server.OrmException
IOException
InvalidChangeOperationException
IntegrationException
UpdateException
RestApiException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException
-
-