Interface SupportContext
- All Known Implementing Classes:
SupportContextImpl
Deprecated.
usage removed
The context that a
Component is being instantiated in.- Author:
- Stephen Connolly
-
Method Summary
Modifier and TypeMethodDescriptioncom.codahale.metrics.health.HealthCheckRegistryDeprecated.useMetrics.healthCheckRegistry()com.codahale.metrics.MetricRegistryDeprecated.useMetrics.metricRegistry()
-
Method Details
-
getMetricsRegistry
Deprecated.useMetrics.metricRegistry()Returns theMetricRegistryfor the current Jenkins.- Returns:
- the
MetricRegistryfor the current Jenkins.
-
getHealthCheckRegistry
Deprecated.useMetrics.healthCheckRegistry()Returns theHealthCheckRegistryfor the current.- Returns:
- the
HealthCheckRegistryfor the current.
-