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.
  • Classes
    Class
    Description
    Builds 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 of ECharts tree map nodes.
    Builds the Java side model for a trend chart.