Package io.jenkins.plugins.analysis.core.charts


@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.
  • Klasse
    Beschreibung
    A build result that is composed of a series of other builds results simply by summing up the number of issues.
    Builds the series for a graph showing all warnings by health descriptor.
    Builds the model for a trend chart showing all issues for a given number of builds.
    A build that has been executed by a Jenkins Run.
    Generated localization support class.
    Builds the model for a pie chart showing the number of issues in modified code.
    Builds the model for a pie chart showing the number of new, fixed, and outstanding issues.
    Builds the model for a trend chart showing the relationship between new and fixed issues for a given number of builds.
    Builds the model for a trend chart showing all new and fixed issues for a given number of builds.
    Builds the model for a pie chart showing the distribution of issues by severity.
    Builds the series for a stacked line chart showing all issues by severity.
    Builds the model for a trend chart showing all issues by severity for a given number of builds.
    Builds the series for a line chart showing the total of issues for each tool.
    Builds the line model for a trend chart showing the total number of issues per tool for a given number of builds.
    Creates a model for a trend chart of a given number of static analysis build results.