Package com.google.gerrit.common.data
Class PatchScript
java.lang.Object
com.google.gerrit.common.data.PatchScript
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic class
- 
Constructor SummaryConstructorsConstructorDescriptionPatchScript(Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, com.google.common.collect.ImmutableList<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> e, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, boolean idf, boolean idt, boolean bin, String cma, String cmb) 
- 
Method Summary
- 
Constructor Details- 
PatchScriptpublic PatchScript(Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, com.google.common.collect.ImmutableList<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> e, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, boolean idf, boolean idt, boolean bin, String cma, String cmb) 
 
- 
- 
Method Details- 
getPatchHeader
- 
getChangeType
- 
getOldName
- 
getNewName
- 
getDiffPrefs
- 
isIgnoreWhitespacepublic boolean isIgnoreWhitespace()
- 
hasIntralineFailurepublic boolean hasIntralineFailure()
- 
hasIntralineTimeoutpublic boolean hasIntralineTimeout()
- 
getApublic com.google.gerrit.prettify.common.SparseFileContent getA()
- 
getBpublic com.google.gerrit.prettify.common.SparseFileContent getB()
- 
getEdits
- 
getEditsDueToRebase
- 
isBinarypublic boolean isBinary()
- 
getFileInfoA
- 
getFileInfoB
 
-