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 at
Hudson . |
Modifier and Type | Field and Description |
---|---|
Hudson |
ExtensionList.hudson
Deprecated.
as of 1.417
Use
ExtensionList.jenkins |
Modifier and Type | Method and 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
Use
ExtensionList.create(Jenkins, Class) |
static <T extends Describable<T>,D extends Descriptor<T>> |
DescriptorExtensionList.createDescriptorList(Hudson hudson,
Class<T> describableType)
Deprecated.
as of 1.416
Use
ExtensionList.create(Jenkins, Class) |
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) |
<T> Collection<T> |
ExtensionFinder.findExtensions(Class<T> type,
Hudson hudson)
Deprecated.
as of 1.356
Use and implement
ExtensionFinder.find(Class,Hudson) that allows us to put some metadata. |
void |
ExtensionFinder.scout(Class extensionType,
Hudson hudson)
Performs class initializations without creating instances.
|
void |
ExtensionFinder.GuiceFinder.scout(Class extensionType,
Hudson hudson)
TODO: need to learn more about concurrent access to
Injector and how it interacts
with classloading. |
void |
ExtensionFinder.Sezpoz.scout(Class extensionType,
Hudson hudson) |
Constructor and Description |
---|
DescriptorExtensionList(Hudson hudson,
Class<T> describableType)
Deprecated.
as of 1.416
Use
DescriptorExtensionList(Jenkins, Class) |
ExtensionList(Hudson hudson,
Class<T> extensionType)
Deprecated.
as of 1.416
Use
ExtensionList(Jenkins, Class) |
ExtensionList(Hudson hudson,
Class<T> extensionType,
CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore)
Deprecated.
as of 1.416
Use
ExtensionList(Jenkins, Class, CopyOnWriteArrayList) |
Modifier and Type | Method and Description |
---|---|
<T> Collection<ExtensionComponent<T>> |
CLIRegisterer.find(Class<T> type,
Hudson jenkins) |
Modifier and Type | Method and Description |
---|---|
static Hudson |
Hudson.getInstance()
Deprecated.
Here only for compatibility. Use
Jenkins.get() instead. |
Copyright © 2004–2021. All rights reserved.