Package com.google.gerrit.server.change
Interface RebaseChangeOp.Factory
-
- Enclosing class:
- RebaseChangeOp
public static interface RebaseChangeOp.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RebaseChangeOp
create(ChangeNotes notes, PatchSet originalPatchSet, org.eclipse.jgit.lib.ObjectId baseCommitId)
-
-
-
Method Detail
-
create
RebaseChangeOp create(ChangeNotes notes, PatchSet originalPatchSet, org.eclipse.jgit.lib.ObjectId baseCommitId)
-
-