Uses of Class
hudson.ExtensionComponent
Packages that use ExtensionComponent
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
-
Uses of ExtensionComponent in hudson
Methods in hudson that return types with arguments of type ExtensionComponentModifier and TypeMethodDescription<T> Collection
<ExtensionComponent<T>> Deprecated.abstract <T> Collection
<ExtensionComponent<T>> Discover extensions of the given type.<U> Collection
<ExtensionComponent<U>> <T> Collection
<ExtensionComponent<T>> <T> List
<ExtensionComponent<T>> ClassicPluginStrategy.findComponents
(Class<T> type, Hudson hudson) <T> List
<ExtensionComponent<T>> PluginStrategy.findComponents
(Class<T> type, Hudson hudson) Find components of the given type using the assigned strategy.ExtensionList.getComponents()
Gets the same thing as the 'this' list represents, except asExtensionComponent
s.protected List
<ExtensionComponent<D>> DescriptorExtensionList.load()
Loading the descriptors in this case means filtering the descriptor from the masterExtensionList
.protected Collection
<ExtensionComponent<D>> DescriptorExtensionList.load
(ExtensionComponentSet delta) protected List
<ExtensionComponent<T>> ExtensionList.load()
Loads all the extensions.protected Collection
<ExtensionComponent<T>> ExtensionList.load
(ExtensionComponentSet delta) Picks up extensions that we care from the given list.protected List
<ExtensionComponent<T>> ExtensionList.sort
(List<ExtensionComponent<T>> r) If theExtensionList
implementation requires sorting extensions, override this method to do so.Methods in hudson with parameters of type ExtensionComponentModifier and TypeMethodDescriptionint
ExtensionComponent.compareTo
(ExtensionComponent<T> that) SortExtensionComponent
s in the descending order ofordinal()
.Method parameters in hudson with type arguments of type ExtensionComponentModifier and TypeMethodDescriptionprotected List
<ExtensionComponent<T>> ExtensionList.sort
(List<ExtensionComponent<T>> r) If theExtensionList
implementation requires sorting extensions, override this method to do so.Constructor parameters in hudson with type arguments of type ExtensionComponentModifierConstructorDescriptionprotected
ExtensionList
(Hudson hudson, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore) Deprecated.protected
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 -
Uses of ExtensionComponent in hudson.tasks
Methods in hudson.tasks that return types with arguments of type ExtensionComponentModifier and TypeMethodDescriptionprotected List
<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) Method parameters in hudson.tasks with type arguments of type ExtensionComponentModifier and TypeMethodDescriptionprotected 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 ExtensionComponentModifier and TypeMethodDescriptionabstract <T> Collection
<ExtensionComponent<T>> Discover extensions of the given type.Methods in jenkins with parameters of type ExtensionComponentModifier and TypeMethodDescriptionabstract <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)
ExtensionList(Jenkins, Class, CopyOnWriteArrayList)