Uses of Class
io.jenkins.plugins.analysis.warnings.groovy.GroovyParser
-
Packages that use GroovyParser Package Description io.jenkins.plugins.analysis.warnings.groovy -
-
Uses of GroovyParser in io.jenkins.plugins.analysis.warnings.groovy
Methods in io.jenkins.plugins.analysis.warnings.groovy that return GroovyParser Modifier and Type Method Description GroovyParser
ParserConfiguration. getParser(String id)
Returns 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 GroovyParser Modifier and Type Method Description List<GroovyParser>
ParserConfiguration. getParsers()
Returns the list of available Groovy parsers.Method parameters in io.jenkins.plugins.analysis.warnings.groovy with type arguments of type GroovyParser Modifier and Type Method Description void
ParserConfiguration. setParsers(List<GroovyParser> parsers)
Sets the list of available Groovy parsers to the specified elements.
-