public abstract class Blamer extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Blamer.NullBlamer
A blamer that does nothing.
|
| Constructor and Description |
|---|
Blamer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Blames |
blame(FileLocations fileLocations)
Obtains author and commit information for the specified file locations.
|
public abstract Blames blame(FileLocations fileLocations)
fileLocations - the file locations to get the blames forCopyright © 2016–2019. All rights reserved.