org.sonar.plugins.surefire
Class SurefireSensor

java.lang.Object
  extended by org.sonar.plugins.surefire.SurefireSensor
All Implemented Interfaces:
org.sonar.api.batch.CheckProject, org.sonar.api.batch.Sensor, org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension

public class SurefireSensor
extends Object
implements org.sonar.api.batch.Sensor


Field Summary
 
Fields inherited from interface org.sonar.api.batch.Sensor
FLAG_SQUID_ANALYSIS
 
Constructor Summary
SurefireSensor(SurefireJavaParser surefireJavaParser, org.sonar.api.config.Settings settings, org.sonar.api.batch.fs.FileSystem fs)
           
 
Method Summary
 void analyse(org.sonar.api.resources.Project project, org.sonar.api.batch.SensorContext context)
           
protected  void collect(org.sonar.api.batch.SensorContext context, File reportsDir)
           
 Class dependsUponCoverageSensors()
           
 boolean shouldExecuteOnProject(org.sonar.api.resources.Project project)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SurefireSensor

public SurefireSensor(SurefireJavaParser surefireJavaParser,
                      org.sonar.api.config.Settings settings,
                      org.sonar.api.batch.fs.FileSystem fs)
Method Detail

dependsUponCoverageSensors

public Class dependsUponCoverageSensors()

shouldExecuteOnProject

public boolean shouldExecuteOnProject(org.sonar.api.resources.Project project)
Specified by:
shouldExecuteOnProject in interface org.sonar.api.batch.CheckProject

analyse

public void analyse(org.sonar.api.resources.Project project,
                    org.sonar.api.batch.SensorContext context)
Specified by:
analyse in interface org.sonar.api.batch.Sensor

collect

protected void collect(org.sonar.api.batch.SensorContext context,
                       File reportsDir)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2014 SonarSource. All Rights Reserved.