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

Packages that use SensorContext
org.sonar.api.batch   
org.sonar.api.checks   
 

Uses of SensorContext in org.sonar.api.batch
 

Methods in org.sonar.api.batch with parameters of type SensorContext
 void Sensor.analyse(Project module, SensorContext context)
          Deprecated. The method that is going to be run when the sensor is called
 void PostJob.executeOn(Project project, SensorContext context)
           
 

Uses of SensorContext in org.sonar.api.checks
 

Constructors in org.sonar.api.checks with parameters of type SensorContext
NoSonarFilter(SensorContext context)
          Deprecated.  
 



Copyright © 2009–2014 SonarSource. All rights reserved.