Package org.sonar.plugins.python
Class SensorTelemetryStorage
java.lang.Object
org.sonar.plugins.python.SensorTelemetryStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(org.sonar.api.batch.sensor.SensorContext sensorContext) voidupdateMetric(TelemetryMetricKey key, boolean value) voidupdateMetric(TelemetryMetricKey key, int value) voidupdateMetric(TelemetryMetricKey key, String value)
-
Constructor Details
-
SensorTelemetryStorage
public SensorTelemetryStorage()
-
-
Method Details
-
send
public void send(org.sonar.api.batch.sensor.SensorContext sensorContext) -
updateMetric
-
updateMetric
-
updateMetric
-