Package | Description |
---|---|
io.jenkins.plugins.forensics.git.blame |
Provides classes to run `git blame`.
|
io.jenkins.plugins.forensics.git.delta |
Git implementation for determining the code difference - so called 'delta' - between two commits.
|
io.jenkins.plugins.forensics.git.delta.model |
Contains Git specific adjustments of the model, which represents the calculated code delta.
|
io.jenkins.plugins.forensics.git.miner |
Provides API classes to obtain commit statistics for files in a repository.
|
io.jenkins.plugins.forensics.git.reference |
Provides classes to discover reference builds in Git projects.
|
io.jenkins.plugins.forensics.git.util |
Provides utility classes to access Git repositories and to render Git commit hashes.
|