@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
Package io.jenkins.plugins.analysis.core.charts
Provides server side logic and JSON models for the ECharts JS library.
-
Interface Summary Interface Description TrendChart Creates a model for a trend chart of a given number of static analysis build results. -
Class Summary Class Description CompositeBuildResult A build result that is composed of a series of other builds results simply by summing up the number of issues.HealthSeriesBuilder Builds the series for a graph showing all warnings by health descriptor.HealthTrendChart Builds the model for a trend chart showing all issues for a given number of builds.JenkinsBuild A build that has been executed by a JenkinsRun
.Messages Generated localization support class.NewVersusFixedPieChart Builds the model for a pie chart showing the number of new, fixed, and outstanding issues.NewVersusFixedSeriesBuilder Builds the model for a trend chart showing the relationship between new and fixed issues for a given number of builds.NewVersusFixedTrendChart Builds the model for a trend chart showing all new and fixed issues for a given number of builds.SeverityPieChart Builds the model for a pie chart showing the distribution of issues by severity.SeveritySeriesBuilder Builds the series for a stacked line chart showing all issues by severity.SeverityTrendChart Builds the model for a trend chart showing all issues by severity for a given number of builds.ToolSeriesBuilder Builds the series for a line chart showing the total of issues for each tool.ToolsTrendChart Builds the line model for a trend chart showing the total number of issues per tool for a given number of builds.