Uses of Class
io.jenkins.plugins.analysis.warnings.groovy.GroovyParser
-
Uses of GroovyParser in io.jenkins.plugins.analysis.warnings.groovy
Modifier and TypeMethodDescriptionReturns the parser (wrapped into aAnalysisModelParser
instance) with the specified ID.Modifier and TypeMethodDescriptionParserConfiguration.getParsers()
Returns the list of available Groovy parsers.Modifier and TypeMethodDescriptionvoid
ParserConfiguration.addParser
(GroovyParser parser) Adds a GroovyParser to the list without removing other parsers.Modifier and TypeMethodDescriptionvoid
ParserConfiguration.setParsers
(List<GroovyParser> parsers) Sets the list of available Groovy parsers to the specified elements.