Class PatchScript


  • public class PatchScript
    extends Object
    • Method Detail

      • getPatchHeader

        public List<String> getPatchHeader()
      • getOldName

        public String getOldName()
      • getNewName

        public String getNewName()
      • 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()