Interface LabelProviderFactory.StaticAnalysisToolFactory
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
ParserConfiguration.ParserFactory
- Enclosing class:
LabelProviderFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface LabelProviderFactory.StaticAnalysisToolFactory
extends ExtensionPoint
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)
-