Interface TrendChart
-
- All Known Implementing Classes:
HealthTrendChart
,NewVersusFixedTrendChart
,SeverityTrendChart
,ToolsTrendChart
public interface TrendChart
Creates a model for a trend chart of a given number of static analysis build results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.- Parameters:
results
- the analysis results to renderconfiguration
- the chart configuration to be used- Returns:
- the chart model
-
-