Uses of Class
jenkins.model.Jenkins

Packages that use Jenkins
hudson   
hudson.init.impl   
hudson.logging   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Jenkins in hudson
 

Fields in hudson declared as Jenkins
 Jenkins ExtensionList.jenkins
           
 

Methods in hudson with parameters of type Jenkins
static
<T> ExtensionList<T>
ExtensionList.create(Jenkins jenkins, Class<T> type)
           
static
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
DescriptorExtensionList.createDescriptorList(Jenkins jenkins, Class<T> describableType)
          Creates a new instance.
 

Constructors in hudson with parameters of type Jenkins
DescriptorExtensionList(Jenkins jenkins, Class<T> describableType)
           
DNSMultiCast(Jenkins jenkins)
           
ExtensionList(Jenkins jenkins, Class<T> extensionType)
           
ExtensionList(Jenkins jenkins, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore)
           
LocalPluginManager(Jenkins jenkins)
           
UDPBroadcastThread(Jenkins jenkins)
           
 

Uses of Jenkins in hudson.init.impl
 

Methods in hudson.init.impl with parameters of type Jenkins
static void GroovyInitScript.init(Jenkins j)
           
static void InitialUserContent.init(Jenkins h)
           
 

Uses of Jenkins in hudson.logging
 

Methods in hudson.logging with parameters of type Jenkins
static void LogRecorderManager.init(Jenkins h)
           
 

Uses of Jenkins in hudson.model
 

Subclasses of Jenkins in hudson.model
 class Hudson
           
 

Methods in hudson.model with parameters of type Jenkins
static void Queue.init(Jenkins h)
          Restores the queue content during the start up.
static void UpdateCenter.init(Jenkins h)
          Initializes the update center.
 

Constructors in hudson.model with parameters of type Jenkins
FreeStyleProject(Jenkins parent, String name)
          Deprecated. as of 1.390
Hudson.CloudList(Jenkins h)
          Deprecated.  
View.AsynchPeople(Jenkins parent)
           
View.People(Jenkins parent)
           
ViewJob(Jenkins parent, String name)
          Deprecated. as of 1.390
 

Uses of Jenkins in hudson.tasks
 

Constructors in hudson.tasks with parameters of type Jenkins
Publisher.DescriptorExtensionListImpl(Jenkins hudson)
           
 

Uses of Jenkins in jenkins.model
 

Methods in jenkins.model that return Jenkins
static Jenkins Jenkins.getInstance()
           
 Jenkins Jenkins.JenkinsHolder.getInstance()
           
 Jenkins Jenkins.getItemGroup()
           
 

Methods in jenkins.model with parameters of type Jenkins
static void JenkinsAdaptor.setQuietPeriod(Jenkins jenkins, int quietPeriod)
           
 

Constructors in jenkins.model with parameters of type Jenkins
Jenkins.CloudList(Jenkins h)
           
 

Uses of Jenkins in org.jvnet.hudson.test
 

Fields in org.jvnet.hudson.test declared as Jenkins
 Jenkins JenkinsRule.jenkins
           
 Jenkins HudsonTestCase.jenkins
           
 

Methods in org.jvnet.hudson.test that return Jenkins
 Jenkins JenkinsRule.getInstance()
           
 



Copyright © 2004-2013. All Rights Reserved.