Uses of Class
hudson.model.Hudson

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
<T> Collection<ExtensionComponent<T>>
ExtensionFinder._find(Class<T> type, Hudson hudson)
          A pointless function to work around what appears to be a HotSpot problem.
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<T,D>
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)
           
 

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
<T> Collection<ExtensionComponent<T>>
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.
 



Copyright © 2004-2013. All Rights Reserved.