Uses of Enum Class
org.sonar.plugins.python.TelemetryMetricKey
Packages that use TelemetryMetricKey
-
Uses of TelemetryMetricKey in org.sonar.plugins.python
Methods in org.sonar.plugins.python that return TelemetryMetricKeyModifier and TypeMethodDescriptionstatic TelemetryMetricKeyReturns the enum constant of this class with the specified name.static TelemetryMetricKey[]TelemetryMetricKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python with parameters of type TelemetryMetricKeyModifier and TypeMethodDescriptionvoidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, boolean value) voidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, int value) voidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, String value)