Class KotlinSurefireSensor
- java.lang.Object
-
- org.sonarsource.kotlin.plugin.surefire.KotlinSurefireSensor
-
- All Implemented Interfaces:
org.sonar.api.batch.sensor.Sensor,org.sonar.api.scanner.sensor.ProjectSensor
public class KotlinSurefireSensor extends java.lang.Object implements org.sonar.api.batch.sensor.Sensor
-
-
Constructor Summary
Constructors Constructor Description KotlinSurefireSensor(KotlinSurefireParser kotlinSurefireParser, org.sonar.api.config.Configuration settings, org.sonar.api.scan.filesystem.PathResolver pathResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcollect(org.sonar.api.batch.sensor.SensorContext context, java.util.List<java.io.File> reportsDirs)voiddescribe(org.sonar.api.batch.sensor.SensorDescriptor descriptor)voidexecute(org.sonar.api.batch.sensor.SensorContext context)java.lang.StringtoString()
-
-
-
Constructor Detail
-
KotlinSurefireSensor
public KotlinSurefireSensor(KotlinSurefireParser kotlinSurefireParser, org.sonar.api.config.Configuration settings, org.sonar.api.scan.filesystem.PathResolver pathResolver)
-
-
Method Detail
-
describe
public void describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor)
- Specified by:
describein interfaceorg.sonar.api.scanner.sensor.ProjectSensor- Specified by:
describein interfaceorg.sonar.api.batch.sensor.Sensor
-
execute
public void execute(org.sonar.api.batch.sensor.SensorContext context)
- Specified by:
executein interfaceorg.sonar.api.scanner.sensor.ProjectSensor- Specified by:
executein interfaceorg.sonar.api.batch.sensor.Sensor
-
collect
protected void collect(org.sonar.api.batch.sensor.SensorContext context, java.util.List<java.io.File> reportsDirs)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-