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