Uses of Enum
com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
Packages that use 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
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.steps that return CoverageTool.ParserModifier and TypeMethodDescriptionstatic CoverageTool.ParserReturns 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.Constructors in com.parasoft.findings.jenkins.coverage.api.metrics.steps with parameters of type CoverageTool.ParserModifierConstructorDescriptionCoverageReportScanner(String filePattern, String encoding, boolean followSymbolicLinks, CoverageTool.Parser parser) Creates a new instance ofCoverageReportScanner.