org.sonar.api.batch.scm
Interface BlameCommand.BlameInput

Enclosing class:
BlameCommand

public static interface BlameCommand.BlameInput

Callback for the provider to report results of blame per file.


Method Summary
 Iterable<InputFile> filesToBlame()
          List of files that should be blamed.
 FileSystem fileSystem()
          Filesystem of the current (sub )project.
 

Method Detail

fileSystem

FileSystem fileSystem()
Filesystem of the current (sub )project.


filesToBlame

Iterable<InputFile> filesToBlame()
List of files that should be blamed.



Copyright © 2009–2015 SonarSource. All rights reserved.