T - type of the resultpublic abstract class SeriesBuilder<T> extends Object
computeSeries(T).| Constructor and Description |
|---|
SeriesBuilder()
Creates a new
SeriesBuilder. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,Integer> |
computeSeries(T current)
Returns the series to plot for the specified build result.
|
LinesDataSet |
createAggregatedDataSet(ChartModelConfiguration configuration,
List<Iterable<? extends BuildResult<T>>> results)
Creates a new data set for a category graph from the specified static analysis results.
|
LinesDataSet |
createDataSet(ChartModelConfiguration configuration,
Iterable<? extends BuildResult<T>> results)
Creates a new data set for a category graph from the specified static analysis results.
|
public SeriesBuilder()
SeriesBuilder.public LinesDataSet createAggregatedDataSet(ChartModelConfiguration configuration, List<Iterable<? extends BuildResult<T>>> results)
computeSeries(T).configuration - configures the data set (how many results should be process, etc.)results - the ordered static analysis resultspublic LinesDataSet createDataSet(ChartModelConfiguration configuration, Iterable<? extends BuildResult<T>> results)
computeSeries(T).configuration - configures the data set (how many results should be process, etc.)results - the ordered static analysis resultsCopyright © 2016–2019. All rights reserved.