Class GoTestSensor

  • All Implemented Interfaces:
    org.sonar.api.batch.sensor.Sensor, org.sonar.api.scanner.sensor.ProjectSensor

    public class GoTestSensor
    extends java.lang.Object
    implements org.sonar.api.batch.sensor.Sensor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REPORT_PATH_KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      GoTestSensor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void describe​(org.sonar.api.batch.sensor.SensorDescriptor descriptor)  
      void execute​(org.sonar.api.batch.sensor.SensorContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • GoTestSensor

        public GoTestSensor()
    • 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