Uses of Class
com.parasoft.findings.jenkins.coverage.api.metrics.model.CoverageStatistics
Packages that use CoverageStatistics
Package
Description
Contains logic and models for visualizing code coverage charts.
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of CoverageStatistics in com.parasoft.findings.jenkins.coverage.api.metrics.charts
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.charts with parameters of type CoverageStatisticsModifier and TypeMethodDescriptionCoverageSeriesBuilder.computeSeries
(CoverageStatistics statistics) Method parameters in com.parasoft.findings.jenkins.coverage.api.metrics.charts with type arguments of type CoverageStatisticsModifier and TypeMethodDescriptionedu.hm.hafner.echarts.line.LinesChartModel
CoverageTrendChart.create
(Iterable<edu.hm.hafner.echarts.BuildResult<CoverageStatistics>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration) Creates the chart for the specified results. -
Uses of CoverageStatistics in com.parasoft.findings.jenkins.coverage.api.metrics.steps
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.steps that return CoverageStatistics