Uses of Enum
com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry.CoverageParserType
Packages that use ParserRegistry.CoverageParserType
-
Uses of ParserRegistry.CoverageParserType in com.parasoft.findings.jenkins.coverage.model.registry
Methods in com.parasoft.findings.jenkins.coverage.model.registry that return ParserRegistry.CoverageParserTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ParserRegistry.CoverageParserType[]
ParserRegistry.CoverageParserType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.parasoft.findings.jenkins.coverage.model.registry with parameters of type ParserRegistry.CoverageParserTypeModifier and TypeMethodDescriptionParserRegistry.getParser
(ParserRegistry.CoverageParserType parser) Returns the parser for the specified name.