| 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 Blames |
Blamer.blame(FileLocations fileLocations)
Obtains author and commit information for the specified file locations.
|
Blames |
Blamer.NullBlamer.blame(FileLocations fileLocations) |
| Modifier and Type | Method and Description |
|---|---|
void |
Blames.addAll(Blames other)
Merges all specified blames with the current collection of blames.
|
Copyright © 2016–2019. All rights reserved.