Uses of Class
hudson.model.Hudson
-
Packages that use Hudson Package Description hudson hudson.cli.declarative Code for supporting declarative CLI commands, which are annotated methods on model objects.hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Hudson in hudson
Fields in hudson declared as Hudson Modifier and Type Field Description Hudson
ExtensionList. hudson
Deprecated.as of 1.417 UseExtensionList.jenkins
Methods in hudson with parameters of type Hudson Modifier and Type Method Description <T> Collection<ExtensionComponent<T>>
ExtensionFinder. _find(Class<T> type, Hudson hudson)
Deprecated.static <T> ExtensionList<T>
ExtensionList. create(Hudson hudson, Class<T> type)
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>>
ExtensionFinder. find(Class<T> type, Hudson jenkins)
Discover extensions of the given type.<U> Collection<ExtensionComponent<U>>
ExtensionFinder.GuiceFinder. find(Class<U> type, Hudson jenkins)
<T> Collection<ExtensionComponent<T>>
ExtensionFinder.Sezpoz. find(Class<T> type, Hudson jenkins)
<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
ExtensionFinder.GuiceFinder. scout(Class extensionType, Hudson hudson)
TODO: need to learn more about concurrent access toInjector
and how it interacts with classloading.void
ExtensionFinder. scout(Class extensionType, Hudson hudson)
Performs class initializations without creating instances.void
ExtensionFinder.Sezpoz. scout(Class extensionType, Hudson hudson)
Constructors in hudson with parameters of type Hudson Constructor Description DescriptorExtensionList(Hudson hudson, Class<T> describableType)
Deprecated.as of 1.416 UseDescriptorExtensionList(Jenkins, Class)
ExtensionList(Hudson hudson, Class<T> extensionType)
Deprecated.as of 1.416 UseExtensionList(Jenkins, Class)
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
Methods in hudson.cli.declarative with parameters of type Hudson Modifier and Type Method Description <T> Collection<ExtensionComponent<T>>
CLIRegisterer. find(Class<T> type, Hudson jenkins)
-
Uses of Hudson in hudson.model
Methods in hudson.model that return Hudson Modifier and Type Method Description static Hudson
Hudson. getInstance()
Deprecated.Here only for compatibility.
-