Package com.google.gerrit.server.change
Interface RebaseChangeOp.Factory
- Enclosing class:
- RebaseChangeOp
public static interface RebaseChangeOp.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ChangeNotes notes, PatchSet originalPatchSet, Change.Id baseChangeId) create
(ChangeNotes notes, PatchSet originalPatchSet, org.eclipse.jgit.lib.ObjectId baseCommitId)
-
Method Details
-
create
RebaseChangeOp create(ChangeNotes notes, PatchSet originalPatchSet, org.eclipse.jgit.lib.ObjectId baseCommitId) -
create
-