All Classes and Interfaces

Class
Description
 
BaseMetricCollector<T,I extends io.prometheus.client.SimpleCollector<?>>
 
 
 
 
 
 
 
 
 
 
 
 
 
BuildsMetricCollector<T,I extends io.prometheus.client.SimpleCollector<?>>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
CoverageMetricsCollector<T,I extends io.prometheus.client.SimpleCollector<?>>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Helper methods for working with flow nodes
 
All Collectors need to be created via the CollectorFactory
A class that converts jenkins.node[.<node_name>].builds to jenkins.node.builds with a label of node=<node_name> (or master if not set) before creating a Sample
 
 
 
 
 
 
 
 
 
 
 
 
 
Generated localization support class.
MetricCollector<T,I extends io.prometheus.client.Collector>
Implementations of this interface shall be able to construct and calculate any subclass of SimpleCollector
 
 
 
 
 
NoOpMetricCollector<T,I extends io.prometheus.client.Collector>
 
 
 
 
 
 
 
 
 
 
 
TestBasedMetricCollector<T,I extends io.prometheus.client.SimpleCollector<?>>