Package | Description |
---|---|
hudson | |
hudson.init.impl | |
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks | |
jenkins.model |
Modifier and Type | Field and Description |
---|---|
Jenkins |
ExtensionList.jenkins |
Modifier and Type | Method and Description |
---|---|
static <T> ExtensionList<T> |
ExtensionList.create(Jenkins jenkins,
Class<T> type) |
static <T extends Describable<T>,D extends Descriptor<T>> |
DescriptorExtensionList.createDescriptorList(Jenkins jenkins,
Class<T> describableType)
Creates a new instance.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
GroovyInitScript.init(Jenkins j) |
static void |
InstallUncaughtExceptionHandler.init(Jenkins j) |
static void |
InitialUserContent.init(Jenkins h) |
Modifier and Type | Method and Description |
---|---|
static void |
LogRecorderManager.init(Jenkins h) |
Modifier and Type | Class and Description |
---|---|
class |
Hudson |
Modifier and Type | Method and Description |
---|---|
static void |
Queue.init(Jenkins h)
Restores the queue content during the start up.
|
static void |
UpdateCenter.init(Jenkins h)
Initializes the update center.
|
Constructor and Description |
---|
AsynchPeople(Jenkins parent) |
CloudList(Jenkins h)
Deprecated.
|
FreeStyleProject(Jenkins parent,
String name)
Deprecated.
as of 1.390
|
People(Jenkins parent) |
ViewJob(Jenkins parent,
String name)
Deprecated.
as of 1.390
|
Constructor and Description |
---|
DescriptorExtensionListImpl(Jenkins hudson) |
Modifier and Type | Method and Description |
---|---|
static Jenkins |
Jenkins.getActiveInstance()
Gets the
Jenkins singleton. |
static Jenkins |
Jenkins.getInstance()
Gets the
Jenkins singleton. |
Jenkins |
Jenkins.JenkinsHolder.getInstance() |
Jenkins |
Jenkins.getItemGroup() |
Constructor and Description |
---|
CloudList(Jenkins h) |
Copyright © 2015. All rights reserved.