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

Enclosing class:
BlameCommand

public static interface BlameCommand.BlameOutput

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


Method Summary
 void blameResult(InputFile file, List<BlameLine> lines)
          Add result of the blame command for a single file.
 

Method Detail

blameResult

void blameResult(InputFile file,
                 List<BlameLine> lines)
Add result of the blame command for a single file. Number of lines should be consistent with InputFile.lines(). This method is thread safe.



Copyright © 2009–2015 SonarSource. All rights reserved.