Klasse GitDelta

java.lang.Object
io.jenkins.plugins.forensics.delta.Delta
io.jenkins.plugins.forensics.git.delta.GitDelta
Alle implementierten Schnittstellen:
Serializable

public class GitDelta extends io.jenkins.plugins.forensics.delta.Delta
A Git specific extension of Delta.
Autor:
Florian Orendi
Siehe auch:
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    GitDelta(String currentCommit, String referenceCommit, Map<String,io.jenkins.plugins.forensics.delta.FileChanges> fileChanges, String diffFile)
    Constructor for a delta instance which wraps code changes between the two passed commits.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
     
    int
     

    Von Klasse geerbte Methoden io.jenkins.plugins.forensics.delta.Delta

    addFileChanges, getCurrentCommit, getFileChangesById, getFileChangesMap, getReferenceCommit

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • GitDelta

      public GitDelta(String currentCommit, String referenceCommit, Map<String,io.jenkins.plugins.forensics.delta.FileChanges> fileChanges, String diffFile)
      Constructor for a delta instance which wraps code changes between the two passed commits.
      Parameter:
      currentCommit - the currently processed commit
      referenceCommit - the reference commit
      fileChanges - the map which contains the changes for modified files, mapped by the file ID.
      diffFile - the Diff-File which has been created by Git and wraps up all made changes between two commits.
  • Methodendetails

    • getDiffFile

      public String getDiffFile()
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse io.jenkins.plugins.forensics.delta.Delta
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse io.jenkins.plugins.forensics.delta.Delta