Klasse CoverageTrendChart

java.lang.Object
io.jenkins.plugins.coverage.metrics.charts.CoverageTrendChart

public class CoverageTrendChart extends Object
Builds the Java side model for a trend chart showing the line and branch coverage of a project. The number of builds to consider is controlled by a 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.
Autor:
Ullrich Hafner
Siehe auch:
  • JacksonFacade