Uses of Class
jenkins.model.Jenkins
Packages that use Jenkins
-
Uses of Jenkins in hudson
Modifier and TypeMethodDescriptionstatic <T> ExtensionList<T>
static PluginManager
PluginManager.createDefault
(Jenkins jenkins) Creates thePluginManager
to use if no one is provided to aJenkins
object.static <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Jenkins jenkins, Class<T> describableType) Creates a new instance.ModifierConstructorDescriptionprotected
DescriptorExtensionList
(Jenkins jenkins, Class<T> describableType) protected
ExtensionList
(Jenkins jenkins, Class<T> extensionType) protected
ExtensionList
(Jenkins jenkins, Class<T> extensionType, CopyOnWriteArrayList<ExtensionComponent<T>> legacyStore) LocalPluginManager
(Jenkins jenkins) Creates a new LocalPluginManager -
Uses of Jenkins in hudson.init.impl
Methods in hudson.init.impl with parameters of type Jenkins -
Uses of Jenkins in hudson.logging
Methods in hudson.logging with parameters of type Jenkins -
Uses of Jenkins in hudson.model
Subclasses of Jenkins in hudson.modelMethods in hudson.model with parameters of type JenkinsModifier and TypeMethodDescriptionstatic void
Restores the queue content during the start up.static void
Initializes the update center.Constructors in hudson.model with parameters of type Jenkins -
Uses of Jenkins in hudson.tasks
Constructors in hudson.tasks with parameters of type Jenkins -
Uses of Jenkins in jenkins.agents
Methods in jenkins.agents with parameters of type JenkinsModifier and TypeMethodDescriptionCloudSet.getCloudUrl
(org.kohsuke.stapler.StaplerRequest2 request, Jenkins jenkins, Cloud cloud) CloudSet.getCloudUrl
(org.kohsuke.stapler.StaplerRequest request, Jenkins jenkins, Cloud cloud) Deprecated. -
Uses of Jenkins in jenkins.model
Methods in jenkins.model that return JenkinsModifier and TypeMethodDescriptionstatic Jenkins
Jenkins.get()
Gets theJenkins
singleton.static Jenkins
Jenkins.getActiveInstance()
Deprecated.This is a verbose historical alias forget()
.static Jenkins
Jenkins.getInstance()
Deprecated.This is a historical alias forgetInstanceOrNull()
but with ambiguous nullability.Jenkins.JenkinsHolder.getInstance()
static Jenkins
Jenkins.getInstanceOrNull()
Gets theJenkins
singleton.Jenkins.getItemGroup()
Constructors in jenkins.model with parameters of type Jenkins