Package com.google.gerrit.server.patch
Interface PatchScriptFactory.Factory
- 
- Enclosing class:
- PatchScriptFactory
 
 public static interface PatchScriptFactory.Factory
- 
- 
Method SummaryAll 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- 
createPatchScriptFactory create(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs, CurrentUser currentUser) 
 - 
createPatchScriptFactory create(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs, CurrentUser currentUser) 
 
- 
 
-