public class SurefireSensor extends Object implements org.sonar.api.batch.Sensor
| Constructor and Description |
|---|
SurefireSensor(SurefireJavaParser surefireJavaParser,
org.sonar.api.config.Settings settings,
org.sonar.api.batch.fs.FileSystem fs,
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) |
protected void |
collect(org.sonar.api.batch.SensorContext context,
File reportsDir) |
boolean |
shouldExecuteOnProject(org.sonar.api.resources.Project project) |
String |
toString() |
public SurefireSensor(SurefireJavaParser surefireJavaParser, org.sonar.api.config.Settings settings, org.sonar.api.batch.fs.FileSystem fs, org.sonar.api.scan.filesystem.PathResolver pathResolver)
public boolean shouldExecuteOnProject(org.sonar.api.resources.Project project)
shouldExecuteOnProject in interface org.sonar.api.batch.CheckProjectpublic void analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context)
analyse in interface org.sonar.api.batch.Sensorprotected void collect(org.sonar.api.batch.SensorContext context,
File reportsDir)
Copyright © 2012–2016 SonarSource. All rights reserved.