Package | Description |
---|---|
io.jenkins.plugins.metrics.model | |
io.jenkins.plugins.metrics.model.measurement | |
io.jenkins.plugins.metrics.model.metric |
Modifier and Type | Method and Description |
---|---|
List<Metric> |
MetricsProvider.getProjectMetrics() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsProvider.addProjectMetric(Metric metric) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsProvider.setProjectMetrics(List<Metric> projectMetrics) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Metric> |
MetricsMeasurement.metrics
The metrics reported for this measurement.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Metric> |
MetricsMeasurement.getMetrics() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsMeasurement.addMetric(Metric metric)
Add a new
Metric . |
Modifier and Type | Class and Description |
---|---|
class |
DoubleMetric
A
Metric representing a double value. |
class |
IntegerMetric
A
Metric representing an integer value. |
class |
PercentageMetric
Metric for percentage metrics. |
Copyright © 2016–2020. All rights reserved.