Class JenkinsVersionsProviderImpl

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class JenkinsVersionsProviderImpl
    extends MetricProvider
    Exposes details of various versions as metrics, which should make it easier to cross-correlate metric changes with version changes.
    Since:
    3.1.2
    • Constructor Detail

      • JenkinsVersionsProviderImpl

        public JenkinsVersionsProviderImpl()
    • Method Detail

      • getMetricSet

        @NonNull
        public com.codahale.metrics.MetricSet getMetricSet()
        Returns the set of metrics to register.
        Specified by:
        getMetricSet in class MetricProvider
        Returns:
        the set of metrics to register.