Uses of Enum Class
org.sonar.plugins.python.telemetry.TelemetryMetricKey
Packages that use TelemetryMetricKey
-
Uses of TelemetryMetricKey in org.sonar.plugins.python.telemetry
Methods in org.sonar.plugins.python.telemetry 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.telemetry with parameters of type TelemetryMetricKeyModifier and TypeMethodDescriptionvoidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, boolean value) voidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, Number value) voidSensorTelemetryStorage.updateMetric(TelemetryMetricKey key, String value)