Class PatchScript

java.lang.Object
com.google.gerrit.common.data.PatchScript

public class PatchScript extends Object
  • Constructor Details

  • Method Details

    • getPatchHeader

      public List<String> getPatchHeader()
    • getChangeType

      public Patch.ChangeType getChangeType()
    • getOldName

      public String getOldName()
    • getNewName

      public String getNewName()
    • getDiffPrefs

      public DiffPreferencesInfo getDiffPrefs()
    • isIgnoreWhitespace

      public boolean isIgnoreWhitespace()
    • hasIntralineFailure

      public boolean hasIntralineFailure()
    • hasIntralineTimeout

      public boolean hasIntralineTimeout()
    • getA

      public com.google.gerrit.prettify.common.SparseFileContent getA()
    • getB

      public com.google.gerrit.prettify.common.SparseFileContent getB()
    • getEdits

      public List<org.eclipse.jgit.diff.Edit> getEdits()
    • getEditsDueToRebase

      public Set<org.eclipse.jgit.diff.Edit> getEditsDueToRebase()
    • isBinary

      public boolean isBinary()
    • getFileInfoA

      public PatchScript.PatchScriptFileInfo getFileInfoA()
    • getFileInfoB

      public PatchScript.PatchScriptFileInfo getFileInfoB()