Interface LabelProviderFactory.StaticAnalysisToolFactory
-
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
ParserConfiguration.ParserFactory
- Enclosing class:
- LabelProviderFactory
public static interface LabelProviderFactory.StaticAnalysisToolFactory extends ExtensionPoint
Provides additionalStaticAnalysisLabelProvider
instances that are created dynamically.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<StaticAnalysisLabelProvider>
getLabelProvider(String id)
Returns the additional static analysis tools.
-
-
-
Method Detail
-
getLabelProvider
Optional<StaticAnalysisLabelProvider> getLabelProvider(String id)
Returns the additional static analysis tools.- Parameters:
id
- the ID of the label provider- Returns:
- the label provider with the given ID (if found)
-
-