Uses of Class
hudson.ExtensionFinder

Packages that use ExtensionFinder
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
static class ExtensionFinder.GuiceFinder
          Discovers components via sezpoz but instantiates them by using Guice.
static class ExtensionFinder.Sezpoz
          The bootstrap implementation that looks for the Extension marker.
 

Uses of ExtensionFinder in hudson.cli.declarative
 

Subclasses of ExtensionFinder in hudson.cli.declarative
 class CLIRegisterer
          Discover CLIMethods and register them as CLICommand implementations.
 

Uses of ExtensionFinder in jenkins
 

Methods in jenkins with parameters of type ExtensionFinder
static ExtensionComponentSet ExtensionComponentSet.allOf(ExtensionFinder f)
          Wraps ExtensionFinder into ExtensionComponentSet.
 



Copyright © 2004-2013. All Rights Reserved.