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