Klasse MinerService

java.lang.Object
io.jenkins.plugins.forensics.miner.MinerService

public class MinerService extends Object
Queries the repository statistics of a build for a subselection of results.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • MinerService

      public MinerService()
  • Methodendetails

    • queryStatisticsFor

      public RepositoryStatistics queryStatisticsFor(String scm, Run<?,?> build, Set<String> files, edu.hm.hafner.util.FilteredLog logger)
      Queries the statistics for the selected files of the aggregated repository statistics of the specified build.
      Parameter:
      scm - the SCM to get the results from (can be empty if there is just a single repository used)
      build - the build
      files - the files to get the statistics for
      logger - the logger
      Gibt zurück:
      the statistics for the selected files, if available