| Package | Description |
|---|---|
| io.jenkins.plugins.forensics.blame |
Provides API classes to obtain SCM blame information for files in a repository.
|
| 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. |
static Blamer |
BlamerFactory.findBlamerFor(SCM scm,
Run<?,?> run,
FilePath workspace,
TaskListener listener,
FilteredLog logger)
Returns a blamer for the specified
SCM. |
String |
FileLocations.FileSystem.resolveAbsolutePath(String fileName,
FilteredLog log) |
Copyright © 2016–2019. All rights reserved.