public static interface PatchScriptFactory.Factory
Modifier and Type | Method and 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) |
PatchScriptFactory create(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
PatchScriptFactory create(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)