Uses of Class
hudson.model.Hudson
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.-
Uses of Hudson in hudson
Modifier and TypeMethodDescription<T> Collection<ExtensionComponent<T>>
Deprecated.static <T> ExtensionList<T>
Deprecated.as of 1.416 UseExtensionList.create(Jenkins, Class)
static <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Hudson hudson, Class<T> describableType) Deprecated.as of 1.416 UseExtensionList.create(Jenkins, Class)
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.<T> Collection<T>
ExtensionFinder.findExtensions
(Class<T> type, Hudson hudson) Deprecated.as of 1.356 Use and implementExtensionFinder.find(Class,Hudson)
that allows us to put some metadata.void
TODO: need to learn more about concurrent access toInjector
and how it interacts with classloading.void
Performs class initializations without creating instances.void
ModifierConstructorDescriptionprotected
DescriptorExtensionList
(Hudson hudson, Class<T> describableType) Deprecated.as of 1.416 UseDescriptorExtensionList(Jenkins, Class)
protected
ExtensionList
(Hudson hudson, Class<T> extensionType) Deprecated.as of 1.416 UseExtensionList(Jenkins, Class)
protected
ExtensionList
(Hudson hudson, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore) Deprecated.as of 1.416 UseExtensionList(Jenkins, Class, CopyOnWriteArrayList)
-
Uses of Hudson in hudson.cli.declarative
-
Uses of Hudson in hudson.model
Modifier and TypeMethodDescriptionstatic Hudson
Hudson.getInstance()
Deprecated.Here only for compatibility.
ExtensionList.jenkins