Uses of Class
hudson.ExtensionComponent

Packages that use ExtensionComponent
hudson   
hudson.cli.declarative Code for supporting declarative CLI commands, which are annotated methods on model objects. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
jenkins   
 

Uses of ExtensionComponent in hudson
 

Methods in hudson that return types with arguments of type ExtensionComponent
<T> Collection<ExtensionComponent<T>>
ExtensionFinder._find(Class<T> type, Hudson hudson)
          A pointless function to work around what appears to be a HotSpot problem.
abstract
<T> Collection<ExtensionComponent<T>>
ExtensionFinder.find(Class<T> type, Hudson jenkins)
          Discover extensions of the given type.
<T> Collection<ExtensionComponent<T>>
ExtensionFinder.Sezpoz.find(Class<T> type, Hudson jenkins)
           
<U> Collection<ExtensionComponent<U>>
ExtensionFinder.GuiceFinder.find(Class<U> type, Hudson jenkins)
           
<T> List<ExtensionComponent<T>>
PluginStrategy.findComponents(Class<T> type, Hudson hudson)
          Find components of the given type using the assigned strategy.
<T> List<ExtensionComponent<T>>
ClassicPluginStrategy.findComponents(Class<T> type, Hudson hudson)
           
 List<ExtensionComponent<T>> ExtensionList.getComponents()
          Gets the same thing as the 'this' list represents, except as ExtensionComponents.
protected  List<ExtensionComponent<T>> ExtensionList.load()
          Loads all the extensions.
protected  List<ExtensionComponent<D>> DescriptorExtensionList.load()
          Loading the descriptors in this case means filtering the descriptor from the master ExtensionList.
protected  Collection<ExtensionComponent<T>> ExtensionList.load(ExtensionComponentSet delta)
          Picks up extensions that we care from the given list.
protected  Collection<ExtensionComponent<D>> DescriptorExtensionList.load(ExtensionComponentSet delta)
           
protected  List<ExtensionComponent<T>> ExtensionList.sort(List<ExtensionComponent<T>> r)
          If the ExtensionList implementation requires sorting extensions, override this method to do so.
 

Methods in hudson with parameters of type ExtensionComponent
 int ExtensionComponent.compareTo(ExtensionComponent<T> that)
          Sort ExtensionComponents in the descending order of ordinal().
 

Method parameters in hudson with type arguments of type ExtensionComponent
protected  List<ExtensionComponent<T>> ExtensionList.sort(List<ExtensionComponent<T>> r)
          If the ExtensionList implementation requires sorting extensions, override this method to do so.
 

Constructor parameters in hudson with type arguments of type ExtensionComponent
ExtensionList(Hudson hudson, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore)
          Deprecated. as of 1.416 Use ExtensionList.ExtensionList(Jenkins, Class, CopyOnWriteArrayList)
ExtensionList(Jenkins jenkins, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore)
           
 

Uses of ExtensionComponent in hudson.cli.declarative
 

Methods in hudson.cli.declarative that return types with arguments of type ExtensionComponent
<T> Collection<ExtensionComponent<T>>
CLIRegisterer.find(Class<T> type, Hudson jenkins)
           
 

Uses of ExtensionComponent in hudson.tasks
 

Methods in hudson.tasks that return types with arguments of type ExtensionComponent
protected  List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
           
 

Methods in hudson.tasks with parameters of type ExtensionComponent
 int Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
           
 int Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
           
 

Method parameters in hudson.tasks with type arguments of type ExtensionComponent
protected  List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
           
 

Uses of ExtensionComponent in jenkins
 

Methods in jenkins that return types with arguments of type ExtensionComponent
abstract
<T> Collection<ExtensionComponent<T>>
ExtensionComponentSet.find(Class<T> type)
          Discover extensions of the given type.
 

Methods in jenkins with parameters of type ExtensionComponent
abstract
<T> boolean
ExtensionFilter.allows(Class<T> type, ExtensionComponent<T> component)
          Checks if a newly discovered extension is allowed to participate into Jenkins.
static
<T> boolean
ExtensionFilter.isAllowed(Class<T> type, ExtensionComponent<T> component)
           
 



Copyright © 2004-2013. All Rights Reserved.