Class MinerService
java.lang.Object
io.jenkins.plugins.forensics.miner.MinerService
Queries the repository statistics of a build for a subselection of results.
- Author:
- Ullrich Hafner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionqueryStatisticsFor(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.
- 
Constructor Details- 
MinerServicepublic MinerService()
 
- 
- 
Method Details- 
queryStatisticsForpublic 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.- Parameters:
- 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
- Returns:
- the statistics for the selected files, if available
 
 
-