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