Interface LabelProviderFactory.StaticAnalysisToolFactory
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
ParserConfiguration.ParserFactory
- Enclosing class:
LabelProviderFactory
Provides additional
StaticAnalysisLabelProvider
instances that are created dynamically.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionReturns the additional static analysis tools.
-
Method Details
-
getLabelProvider
Returns the additional static analysis tools.- Parameters:
id
- the ID of the label provider- Returns:
- the label provider with the given ID (if found)
-