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