Package jenkins
Interface PluginLocaleDrivenResourceProvider
-
- All Superinterfaces:
ExtensionPoint
public interface PluginLocaleDrivenResourceProvider extends ExtensionPoint
Contribute localizations for arbitrary resources from plugins.- See Also:
LocaleDrivenResourceProvider
-
-
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 URL
lookup(String s)
Look up localized resources for the given resource path.
-