Uses of Interface
io.jenkins.plugins.analysis.core.charts.TrendChart
-
Packages that use TrendChart Package Description io.jenkins.plugins.analysis.core.charts Provides server side logic and JSON models for the ECharts JS library. -
-
Uses of TrendChart in io.jenkins.plugins.analysis.core.charts
Classes in io.jenkins.plugins.analysis.core.charts that implement TrendChart Modifier and Type Class Description class
HealthTrendChart
Builds the model for a trend chart showing all issues for a given number of builds.class
NewVersusFixedTrendChart
Builds the model for a trend chart showing all new and fixed issues for a given number of builds.class
SeverityTrendChart
Builds the model for a trend chart showing all issues by severity for a given number of builds.class
ToolsTrendChart
Builds the line model for a trend chart showing the total number of issues per tool for a given number of builds.
-