public class SurefireSensor extends Object implements org.sonar.api.batch.sensor.Sensor
| Constructor and Description |
|---|
SurefireSensor(SurefireJavaParser surefireJavaParser,
org.sonar.api.config.Configuration settings,
org.sonar.api.batch.fs.FileSystem fs,
org.sonar.api.scan.filesystem.PathResolver pathResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collect(org.sonar.api.batch.sensor.SensorContext context,
List<File> reportsDirs) |
void |
describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor) |
void |
execute(org.sonar.api.batch.sensor.SensorContext context) |
String |
toString() |
public SurefireSensor(SurefireJavaParser surefireJavaParser, org.sonar.api.config.Configuration settings, org.sonar.api.batch.fs.FileSystem fs, org.sonar.api.scan.filesystem.PathResolver pathResolver)
public void describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor)
describe in interface org.sonar.api.batch.sensor.Sensorpublic void execute(org.sonar.api.batch.sensor.SensorContext context)
execute in interface org.sonar.api.batch.sensor.Sensorprotected void collect(org.sonar.api.batch.sensor.SensorContext context,
List<File> reportsDirs)
Copyright © 2012–2018 SonarSource. All rights reserved.