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 TypeMethodDescriptionGroovyScript.getParser()Returns 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.voidGroovyScript.setParser(GroovyParser parser) Sets a parser that is defined as part of the current job configuration.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.