Uses of Class
io.jenkins.plugins.coverage.metrics.charts.TrendChart
Packages that use TrendChart
Package
Description
Contains logic and models for visualizing code coverage charts.
-
Uses of TrendChart in io.jenkins.plugins.coverage.metrics.charts
Subclasses of TrendChart in io.jenkins.plugins.coverage.metrics.chartsModifier and TypeClassDescriptionclassBuilds the Java side model for a trend chart showing the line and branch coverage of a project.classBuilds the Java side model for a trend chart showing the metrics of a project.Methods in io.jenkins.plugins.coverage.metrics.charts that return TrendChartModifier and TypeMethodDescriptionstatic TrendChartTrendChart.createTrendChart(boolean metrics) Create a trend chart instance for coverage or software metrics.