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.HealthCheckRegistry
Deprecated.useMetrics.healthCheckRegistry()
com.codahale.metrics.MetricRegistry
Deprecated.useMetrics.metricRegistry()
-
Method Details
-
getMetricsRegistry
Deprecated.useMetrics.metricRegistry()
Returns theMetricRegistry
for the current Jenkins.- Returns:
- the
MetricRegistry
for the current Jenkins.
-
getHealthCheckRegistry
Deprecated.useMetrics.healthCheckRegistry()
Returns theHealthCheckRegistry
for the current.- Returns:
- the
HealthCheckRegistry
for the current.
-