Package org.sonar.api.batch.scm
Interface BlameCommand.BlameInput
-
- Enclosing class:
- BlameCommand
public static interface BlameCommand.BlameInputCallback for the provider to report results of blame per file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<InputFile>filesToBlame()List of files that should be blamed.FileSystemfileSystem()Filesystem of the current (sub )project.
-
-
-
Method Detail
-
fileSystem
FileSystem fileSystem()
Filesystem of the current (sub )project.
-
filesToBlame
java.lang.Iterable<InputFile> filesToBlame()
List of files that should be blamed.
-
-