Package com.google.gerrit.server.patch
Interface PatchScriptFactory.Factory
-
- Enclosing class:
- PatchScriptFactory
public static interface PatchScriptFactory.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchScriptFactorycreate(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)PatchScriptFactorycreate(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
-
-
-
Method Detail
-
create
PatchScriptFactory create(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
-
create
PatchScriptFactory create(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
-
-