Uses of Class
com.parasoft.findings.jenkins.coverage.model.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionParserRegistry.getParser
(ParserRegistry.CoverageParserType parser) Returns the parser for the specified name.Returns the parser for the specified name.