Class SupportContextImpl

java.lang.Object
com.cloudbees.jenkins.support.SupportContextImpl
All Implemented Interfaces:
SupportContext

@Deprecated public class SupportContextImpl extends Object implements SupportContext
Deprecated.
usage removed
The implementation of SupportContext
Author:
Stephen Connolly
  • Constructor Details

    • SupportContextImpl

      @Deprecated public SupportContextImpl()
      Deprecated.
  • Method Details

    • getMetricsRegistry

      @Deprecated public com.codahale.metrics.MetricRegistry getMetricsRegistry()
      Deprecated.
      Returns the MetricRegistry for the current Jenkins.
      Specified by:
      getMetricsRegistry in interface SupportContext
      Returns:
      the MetricRegistry for the current Jenkins.
    • getHealthCheckRegistry

      @Deprecated public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegistry()
      Deprecated.
      Returns the HealthCheckRegistry for the current.
      Specified by:
      getHealthCheckRegistry in interface SupportContext
      Returns:
      the HealthCheckRegistry for the current.
    • shutdown

      @Deprecated public void shutdown()
      Deprecated.