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