Klasse MinerService
java.lang.Object
io.jenkins.plugins.forensics.miner.MinerService
Queries the repository statistics of a build for a subselection of results.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungqueryStatisticsFor
(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.
-
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 buildfiles
- the files to get the statistics forlogger
- the logger- Gibt zurück:
- the statistics for the selected files, if available
-