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 PatchScriptFactory
create(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
PatchScriptFactory
create(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)
-
-