| 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.findBlamerFor(SCM scm,
Run<?,?> run,
FilePath workspace,
TaskListener listener,
FilteredLog logger)
Returns a blamer for the specified
SCM. |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<Blamer> |
BlamerFactory.createBlamer(SCM scm,
Run<?,?> run,
FilePath workspace,
TaskListener listener,
FilteredLog logger)
Returns a blamer for the specified
SCM. |
Copyright © 2016–2019. All rights reserved.