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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.codahale.metrics.health.HealthCheckRegistryDeprecated.com.codahale.metrics.MetricRegistryDeprecated.voidshutdown()Deprecated.
-
Constructor Details
-
SupportContextImpl
Deprecated.
-
-
Method Details
-
getMetricsRegistry
Deprecated.Returns theMetricRegistryfor the current Jenkins.- Specified by:
getMetricsRegistryin interfaceSupportContext- Returns:
- the
MetricRegistryfor the current Jenkins.
-
getHealthCheckRegistry
Deprecated.Returns theHealthCheckRegistryfor the current.- Specified by:
getHealthCheckRegistryin interfaceSupportContext- Returns:
- the
HealthCheckRegistryfor the current.
-
shutdown
Deprecated.
-