Class 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 void collect​(org.sonar.api.batch.sensor.SensorContext context, java.util.List<java.io.File> reportsDirs)  
      void describe​(org.sonar.api.batch.sensor.SensorDescriptor descriptor)  
      void execute​(org.sonar.api.batch.sensor.SensorContext context)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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:
        describe in interface org.sonar.api.scanner.sensor.ProjectSensor
        Specified by:
        describe in interface org.sonar.api.batch.sensor.Sensor
      • execute

        public void execute​(org.sonar.api.batch.sensor.SensorContext context)
        Specified by:
        execute in interface org.sonar.api.scanner.sensor.ProjectSensor
        Specified by:
        execute in interface org.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:
        toString in class java.lang.Object