public class JaCoCoSensor extends Object implements org.sonar.api.batch.Sensor
| Constructor and Description |
|---|
JaCoCoSensor(JacocoConfiguration configuration,
org.sonar.api.component.ResourcePerspectives perspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem,
org.sonar.api.scan.filesystem.PathResolver pathResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context) |
String |
dependsUponSurefireSensors() |
boolean |
shouldExecuteOnProject(org.sonar.api.resources.Project project) |
String |
toString() |
public JaCoCoSensor(JacocoConfiguration configuration, org.sonar.api.component.ResourcePerspectives perspectives, org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem, org.sonar.api.scan.filesystem.PathResolver pathResolver)
public String dependsUponSurefireSensors()
public void analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context)
analyse in interface org.sonar.api.batch.Sensorpublic boolean shouldExecuteOnProject(org.sonar.api.resources.Project project)
shouldExecuteOnProject in interface org.sonar.api.batch.CheckProjectCopyright © 2010-2013 SonarSource. All Rights Reserved.