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

Packages that use BlameCommand.BlameOutput
org.sonar.api.batch.scm   
org.sonar.xoo.scm   
 

Uses of BlameCommand.BlameOutput in org.sonar.api.batch.scm
 

Methods in org.sonar.api.batch.scm with parameters of type BlameCommand.BlameOutput
abstract  void BlameCommand.blame(BlameCommand.BlameInput input, BlameCommand.BlameOutput output)
          Compute blame of the provided files.
 

Uses of BlameCommand.BlameOutput in org.sonar.xoo.scm
 

Methods in org.sonar.xoo.scm with parameters of type BlameCommand.BlameOutput
 void XooBlameCommand.blame(BlameCommand.BlameInput input, BlameCommand.BlameOutput result)
           
protected  void XooBlameCommand.processFile(InputFile inputFile, BlameCommand.BlameOutput result)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.