Klasse ParserConfiguration.ParserFactory
java.lang.Object
io.jenkins.plugins.analysis.warnings.groovy.ParserConfiguration.ParserFactory
- Alle implementierten Schnittstellen:
ExtensionPoint
,LabelProviderFactory.StaticAnalysisToolFactory
- Umschließende Klasse:
ParserConfiguration
@Extension
public static class ParserConfiguration.ParserFactory
extends Object
implements LabelProviderFactory.StaticAnalysisToolFactory
Registers all Groovy parsers as static analysis tools in the
LabelProviderFactory
so that these parsers
can be referenced in actions.-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the additional static analysis tools.
-
Konstruktordetails
-
ParserFactory
public ParserFactory()
-
-
Methodendetails
-
getLabelProvider
Beschreibung aus Schnittstelle kopiert:LabelProviderFactory.StaticAnalysisToolFactory
Returns the additional static analysis tools.- Angegeben von:
getLabelProvider
in SchnittstelleLabelProviderFactory.StaticAnalysisToolFactory
- Parameter:
id
- the ID of the label provider- Gibt zurück:
- the label provider with the given ID (if found)
-