Klasse Blamer

java.lang.Object
io.jenkins.plugins.forensics.blame.Blamer
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
Blamer.NullBlamer

public abstract class Blamer extends Object implements Serializable
Obtains SCM blame information for several file locations.
Autor:
Lukas Krose
Siehe auch:
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
    A blamer that does nothing.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    abstract Blames
    blame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger)
    Obtains author and commit information for the specified file locations.

    Von Klasse geerbte Methoden java.lang.Object

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

    • Blamer

      public Blamer()
  • Methodendetails

    • blame

      public abstract Blames blame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger)
      Obtains author and commit information for the specified file locations.
      Parameter:
      fileLocations - the file locations to get the blames for
      logger - the logger to use
      Gibt zurück:
      the blames