Uses of Class
io.jenkins.plugins.coverage.metrics.steps.CoverageTool
Packages that use CoverageTool
Package
Description
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of CoverageTool in io.jenkins.plugins.coverage.metrics.steps
Methods in io.jenkins.plugins.coverage.metrics.steps that return types with arguments of type CoverageToolMethod parameters in io.jenkins.plugins.coverage.metrics.steps with type arguments of type CoverageToolModifier and TypeMethodDescriptionvoidCoverageRecorder.setTools(List<CoverageTool> tools) Sets the coverage tools that will scan files and create coverage reports.voidCoverageStep.setTools(List<CoverageTool> tools) Sets the coverage tools that will scan files and create coverage reports.