|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hudson | |
---|---|
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. |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of Hudson in hudson |
---|
Fields in hudson declared as Hudson | |
---|---|
Hudson |
ExtensionList.hudson
Deprecated. as of 1.417 Use ExtensionList.jenkins |
Methods in hudson with parameters of type Hudson | ||
---|---|---|
|
ExtensionFinder._find(Class<T> type,
Hudson hudson)
A pointless function to work around what appears to be a HotSpot problem. |
|
static
|
ExtensionList.create(Hudson hudson,
Class<T> type)
Deprecated. as of 1.416 Use ExtensionList.create(Jenkins, Class) |
|
static
|
DescriptorExtensionList.createDescriptorList(Hudson hudson,
Class<T> describableType)
Deprecated. as of 1.416 Use ExtensionList.create(Jenkins, Class) |
|
abstract
|
ExtensionFinder.find(Class<T> type,
Hudson jenkins)
Discover extensions of the given type. |
|
|
ExtensionFinder.Sezpoz.find(Class<T> type,
Hudson jenkins)
|
|
|
ExtensionFinder.GuiceFinder.find(Class<U> type,
Hudson jenkins)
|
|
|
PluginStrategy.findComponents(Class<T> type,
Hudson hudson)
Find components of the given type using the assigned strategy. |
|
|
ClassicPluginStrategy.findComponents(Class<T> type,
Hudson hudson)
|
|
|
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)
|
Constructors in hudson with parameters of type Hudson | |
---|---|
DescriptorExtensionList(Hudson hudson,
Class<T> describableType)
Deprecated. as of 1.416 Use DescriptorExtensionList.DescriptorExtensionList(Jenkins, Class) |
|
ExtensionList(Hudson hudson,
Class<T> extensionType)
Deprecated. as of 1.416 Use ExtensionList.ExtensionList(Jenkins, Class) |
|
ExtensionList(Hudson hudson,
Class<T> extensionType,
CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore)
Deprecated. as of 1.416 Use ExtensionList.ExtensionList(Jenkins, Class, CopyOnWriteArrayList) |
|
UDPBroadcastThread(Hudson jenkins)
Deprecated. as of 1.416 Use UDPBroadcastThread.UDPBroadcastThread(Jenkins) |
Uses of Hudson in hudson.cli.declarative |
---|
Methods in hudson.cli.declarative with parameters of type Hudson | ||
---|---|---|
|
CLIRegisterer.find(Class<T> type,
Hudson jenkins)
|
Uses of Hudson in hudson.model |
---|
Methods in hudson.model that return Hudson | |
---|---|
static Hudson |
Hudson.getInstance()
|
Uses of Hudson in org.jvnet.hudson.test |
---|
Fields in org.jvnet.hudson.test declared as Hudson | |
---|---|
Hudson |
JenkinsRule.hudson
Points to the same object as JenkinsRule.jenkins does. |
Hudson |
HudsonTestCase.hudson
Points to the same object as HudsonTestCase.jenkins does. |
Methods in org.jvnet.hudson.test that return Hudson | |
---|---|
protected Hudson |
JenkinsRule.newHudson()
Creates a new instance of Jenkins . |
protected Hudson |
HudsonTestCase.newHudson()
Creates a new instance of Jenkins . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |