public class SupportContextImpl extends Object implements SupportContext
SupportContext
Constructor and Description |
---|
SupportContextImpl() |
Modifier and Type | Method and Description |
---|---|
com.codahale.metrics.health.HealthCheckRegistry |
getHealthCheckRegistry()
Deprecated.
|
com.codahale.metrics.MetricRegistry |
getMetricsRegistry()
Deprecated.
|
void |
shutdown() |
@Deprecated public com.codahale.metrics.MetricRegistry getMetricsRegistry()
MetricRegistry
for the current Jenkins.getMetricsRegistry
in interface SupportContext
MetricRegistry
for the current Jenkins.@Deprecated public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegistry()
HealthCheckRegistry
for the current.getHealthCheckRegistry
in interface SupportContext
HealthCheckRegistry
for the current.public void shutdown()
Copyright © 2016–2022. All rights reserved.