Uses of Class
io.jenkins.plugins.analysis.warnings.groovy.GroovyParser
Packages that use GroovyParser
- 
Uses of GroovyParser in io.jenkins.plugins.analysis.warnings.groovyMethods in io.jenkins.plugins.analysis.warnings.groovy that return GroovyParserModifier and TypeMethodDescriptionReturns the parser (wrapped into aAnalysisModelParserinstance) 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 TypeMethodDescriptionvoidParserConfiguration.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 TypeMethodDescriptionvoidParserConfiguration.setParsers(List<GroovyParser> parsers) Sets the list of available Groovy parsers to the specified elements.