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