| 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 |
|---|---|
FileBlame |
FileBlame.FileBlameBuilder.build(String fileName)
Creates a new
FileBlame instance for the specified file name. |
FileBlame |
Blames.getBlame(String fileName)
Returns the blame information for the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blames.add(FileBlame additionalBlame)
Adds the specified blame to this collection of blames.
|
void |
FileBlame.merge(FileBlame other)
Merges the additional lines of the other
FileBlame instance with the lines of this instance. |
Copyright © 2016–2020. All rights reserved.