public class FilesCountTrendChart extends Object
ChartModelConfiguration instance. The created model object can be serialized to JSON (e.g., using the JacksonFacade) and can be used 1:1 as ECharts configuration object in the corresponding JS file.JacksonFacade| Constructor and Description |
|---|
FilesCountTrendChart() |
| Modifier and Type | Method and Description |
|---|---|
io.jenkins.plugins.echarts.api.charts.LinesChartModel |
create(Iterable<? extends io.jenkins.plugins.echarts.api.charts.BuildResult<RepositoryStatistics>> results,
io.jenkins.plugins.echarts.api.charts.ChartModelConfiguration configuration)
Creates the chart for the specified results.
|
public io.jenkins.plugins.echarts.api.charts.LinesChartModel create(Iterable<? extends io.jenkins.plugins.echarts.api.charts.BuildResult<RepositoryStatistics>> results, io.jenkins.plugins.echarts.api.charts.ChartModelConfiguration configuration)
results - the forensics results to render - these results must be provided in descending order, i.e. the current
build is the head of the list, then the previous builds, and so onconfiguration - the chart configuration to be usedCopyright © 2016–2019. All rights reserved.