Package io.jenkins.plugins.coverage.metrics.charts
@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package io.jenkins.plugins.coverage.metrics.charts
Contains logic and models for visualizing code coverage charts.
-
ClassesClassDescriptionBuilds one x-axis point for the series of a line chart showing the coverage metrics of a project.Builds the Java side model for a trend chart showing the line and branch coverage of a project.Builds the Java side model for a trend chart showing the metrics of a project.Converts a tree of
coverage nodes
to a corresponding tree ofECharts tree map nodes
.Builds the Java side model for a trend chart.