Uses of Interface
org.sonar.api.batch.SensorContext

Packages that use SensorContext
org.sonar.api.batch   
 

Uses of SensorContext in org.sonar.api.batch
 

Fields in org.sonar.api.batch declared as SensorContext
protected  SensorContext AbstractViolationsStaxParser.context
          Deprecated.  
 

Methods in org.sonar.api.batch with parameters of type SensorContext
protected  void AbstractSourceImporter.analyse(ProjectFileSystem fileSystem, SensorContext context)
           
 void Sensor.analyse(Project project, SensorContext context)
          The method that is going to be run when the sensor is called
 void AbstractSourceImporter.analyse(Project project, SensorContext context)
          The method that is going to be run when the sensor is called
 void PostJob.executeOn(Project project, SensorContext context)
           
protected  void AbstractSourceImporter.parseDirs(SensorContext context, List<File> files, List<File> sourceDirs, boolean unitTest, Charset sourcesEncoding)
           
 

Constructors in org.sonar.api.batch with parameters of type SensorContext
AbstractViolationsStaxParser(SensorContext context, RulesManager rulesManager)
          Deprecated.  
AbstractViolationsStaxParser(SensorContext context, RulesManager rulesManager, RulesProfile profile)
          Deprecated. since 1.11.
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.