Uses of Class
com.parasoft.findings.jenkins.coverage.model.CoverageParser
Packages that use CoverageParser
Package
Description
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of CoverageParser in com.parasoft.findings.jenkins.coverage.api.metrics.steps
Methods in com.parasoft.findings.jenkins.coverage.api.metrics.steps that return CoverageParserModifier and TypeMethodDescriptionCoverageTool.Parser.createParser()
Creates a new parser to read the report XML files into a Java object model ofNode
instances. -
Uses of CoverageParser in com.parasoft.findings.jenkins.coverage.model.parser
Subclasses of CoverageParser in com.parasoft.findings.jenkins.coverage.model.parserModifier and TypeClassDescriptionclass
Parses Cobertura report formats into a hierarchical Java Object Model.class
A parser which parses reports made by Jacoco into a Java Object Model. -
Uses of CoverageParser in com.parasoft.findings.jenkins.coverage.model.registry
Methods in com.parasoft.findings.jenkins.coverage.model.registry that return CoverageParserModifier and TypeMethodDescriptionParserRegistry.getParser
(ParserRegistry.CoverageParserType parser) Returns the parser for the specified name.Returns the parser for the specified name.