Uses of Class
hudson.ExtensionFinder
Packages that use ExtensionFinder
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
-
Uses of ExtensionFinder in hudson
Subclasses of ExtensionFinder in hudsonModifier and TypeClassDescriptionstatic class
Discovers components via sezpoz but instantiates them by using Guice.static final class
The bootstrap implementation that looks for theExtension
marker. -
Uses of ExtensionFinder in hudson.cli.declarative
Subclasses of ExtensionFinder in hudson.cli.declarativeModifier and TypeClassDescriptionclass
DiscoverCLIMethod
s and register them asCLICommand
implementations. -
Uses of ExtensionFinder in jenkins
Methods in jenkins with parameters of type ExtensionFinderModifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.allOf
(ExtensionFinder f) WrapsExtensionFinder
intoExtensionComponentSet
.