Uses of Class
hudson.ExtensionComponent
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
-
Uses of ExtensionComponent in hudson
Modifier 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.Modifier and TypeMethodDescriptionint
ExtensionComponent.compareTo
(ExtensionComponent<T> that) SortExtensionComponent
s in the descending order ofordinal()
.Modifier and TypeMethodDescriptionprotected List<ExtensionComponent<T>>
ExtensionList.sort
(List<ExtensionComponent<T>> r) If theExtensionList
implementation requires sorting extensions, override this method to do so.ModifierConstructorDescriptionprotected
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
-
Uses of ExtensionComponent in hudson.tasks
Modifier and TypeMethodDescriptionprotected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) Modifier and TypeMethodDescriptionprotected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) -
Uses of ExtensionComponent in jenkins
Modifier and TypeMethodDescriptionabstract <T> Collection<ExtensionComponent<T>>
Discover extensions of the given type.Modifier 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)