Klasse RepositoryMiner.NullMiner

java.lang.Object
io.jenkins.plugins.forensics.miner.RepositoryMiner
io.jenkins.plugins.forensics.miner.RepositoryMiner.NullMiner
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
RepositoryMiner

public static class RepositoryMiner.NullMiner extends RepositoryMiner
A repository miner that does nothing.
Siehe auch:
  • Konstruktordetails

    • NullMiner

      public NullMiner()
  • Methodendetails

    • mine

      public RepositoryStatistics mine(RepositoryStatistics previousStatistics, edu.hm.hafner.util.FilteredLog logger)
      Beschreibung aus Klasse kopiert: RepositoryMiner
      Obtains commit statistics for a source code repository.
      Angegeben von:
      mine in Klasse RepositoryMiner
      Parameter:
      previousStatistics - the repository statistics of the previous build - if there is no such build then an empty instance will be provided
      logger - the logger to use
      Gibt zurück:
      the aggregated statistics containing the commit statistics for the current build and the previous builds