Schnittstelle TrendChart

Alle bekannten Implementierungsklassen:
HealthTrendChart, NewVersusFixedTrendChart, SeverityTrendChart, ToolsTrendChart

public interface TrendChart
Creates a model for a trend chart of a given number of static analysis build results.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    edu.hm.hafner.echarts.LinesChartModel
    create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration)
    Creates the chart for the specified results.
  • Methodendetails

    • create

      edu.hm.hafner.echarts.LinesChartModel create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<AnalysisBuildResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration)
      Creates the chart for the specified results.
      Parameter:
      results - the analysis results to render
      configuration - the chart configuration to be used
      Gibt zurück:
      the chart model