| 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(Run<?,?> run,
Collection<FilePath> scmDirectories,
TaskListener listener,
FilteredLog logger)
Returns a miner for the repository of the specified
build. |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<RepositoryMiner> |
MinerFactory.createMiner(SCM scm,
Run<?,?> run,
FilePath workspace,
TaskListener listener,
FilteredLog logger)
Returns a repository miner for the specified
SCM. |
Copyright © 2016–2019. All rights reserved.