| Package | Description |
|---|---|
| io.jenkins.plugins.forensics.miner |
Provides API classes to obtain commit statistics for files in a repository.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryMiner.NullMiner
A repository miner that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryMiner |
MinerFactory.findMiner(hudson.model.Run<?,?> run,
Collection<hudson.FilePath> scmDirectories,
hudson.model.TaskListener listener,
edu.hm.hafner.util.FilteredLog logger)
Returns a miner for the repository of the specified
build. |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<RepositoryMiner> |
MinerFactory.createMiner(hudson.scm.SCM scm,
hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
edu.hm.hafner.util.FilteredLog logger)
Returns a repository miner for the specified
SCM. |
Copyright © 2016–2020. All rights reserved.