Class HealthSeriesBuilder
java.lang.Object
edu.hm.hafner.echarts.SeriesBuilder<AnalysisBuildResult>
io.jenkins.plugins.analysis.core.charts.HealthSeriesBuilder
Builds the series for a graph showing all warnings by health descriptor.
- Author:
- Ullrich Hafner
-
Constructor Summary
ConstructorDescriptionHealthSeriesBuilder
(HealthDescriptor healthDescriptor) Creates a new instance ofHealthSeriesBuilder
. -
Method Summary
Methods inherited from class edu.hm.hafner.echarts.SeriesBuilder
createAggregatedDataSet, createDataSet
-
Constructor Details
-
HealthSeriesBuilder
Creates a new instance ofHealthSeriesBuilder
.- Parameters:
healthDescriptor
- the health descriptor to determine the colors of the graph
-
-
Method Details
-
computeSeries
- Specified by:
computeSeries
in classedu.hm.hafner.echarts.SeriesBuilder<AnalysisBuildResult>
-