Uses of Enum
com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
Package
Description
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of CoverageTool.Parser in com.parasoft.findings.jenkins.coverage.api.metrics.steps
Modifier and TypeMethodDescriptionstatic CoverageTool.Parser
Returns the enum constant of this type with the specified name.static CoverageTool.Parser[]
CoverageTool.Parser.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCoverageReportScanner
(String filePattern, String encoding, boolean followSymbolicLinks, CoverageTool.Parser parser) Creates a new instance ofCoverageReportScanner
.