Class AbstractGenericMetric
- java.lang.Object
-
- io.jenkins.plugins.metrics.enhanced.generic.value.AbstractGenericMetric
-
- All Implemented Interfaces:
IGenericMetric
- Direct Known Subclasses:
ScriptApproveWaitingMetric
,UserMetric
public abstract class AbstractGenericMetric extends Object implements IGenericMetric
-
-
Constructor Summary
Constructors Constructor Description AbstractGenericMetric(String metricName, String metricHelp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prometheus.client.CounterMetricFamily
getCounterMetricFamily()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.jenkins.plugins.metrics.enhanced.generic.value.IGenericMetric
getGenericMetric
-
-