Package com.cloudbees.jenkins.support
Class SupportContextImpl
java.lang.Object
com.cloudbees.jenkins.support.SupportContextImpl
- All Implemented Interfaces:
SupportContext
Deprecated.
usage removed
The implementation of
SupportContext
- Author:
- Stephen Connolly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.codahale.metrics.health.HealthCheckRegistry
Deprecated.com.codahale.metrics.MetricRegistry
Deprecated.void
shutdown()
Deprecated.
-
Constructor Details
-
SupportContextImpl
Deprecated.
-
-
Method Details
-
getMetricsRegistry
Deprecated.Returns theMetricRegistry
for the current Jenkins.- Specified by:
getMetricsRegistry
in interfaceSupportContext
- Returns:
- the
MetricRegistry
for the current Jenkins.
-
getHealthCheckRegistry
Deprecated.Returns theHealthCheckRegistry
for the current.- Specified by:
getHealthCheckRegistry
in interfaceSupportContext
- Returns:
- the
HealthCheckRegistry
for the current.
-
shutdown
Deprecated.
-