Package | Description |
---|---|
hudson.diagnosis | |
hudson.init |
Logic for Hudson startup.
|
hudson.init.impl | |
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue | |
hudson.security.csrf | |
hudson.util |
Other miscellaneous utility code
|
jenkins.model | |
jenkins.security |
Modifier and Type | Method and Description |
---|---|
static void |
NullIdDescriptorMonitor.verifyId() |
Modifier and Type | Method and Description |
---|---|
protected org.jvnet.hudson.reactor.Milestone |
InitializerFinder.afterOf(Initializer i) |
protected String[] |
InitializerFinder.attainsOf(Initializer i) |
protected org.jvnet.hudson.reactor.Milestone |
InitializerFinder.beforeOf(Initializer i) |
protected String |
InitializerFinder.displayNameOf(Initializer i) |
protected boolean |
InitializerFinder.fatalOf(Initializer i) |
protected String[] |
InitializerFinder.requiresOf(Initializer i) |
Modifier and Type | Method and Description |
---|---|
static void |
InstallUncaughtExceptionHandler.init(Jenkins j) |
static void |
InitialUserContent.init(Jenkins h) |
static void |
GroovyInitScript.init(Jenkins j) |
Modifier and Type | Method and Description |
---|---|
static void |
LogRecorderManager.init(Jenkins h) |
Modifier and Type | Method and Description |
---|---|
static void |
Result.init() |
static void |
PeriodicWork.init() |
static void |
AperiodicWork.init() |
static void |
ComputerSet.init() |
static void |
UpdateCenter.init(Jenkins h)
Initializes the update center.
|
static void |
Queue.init(Jenkins h)
Restores the queue content during the start up.
|
static void |
DownloadService.DownloadableListener.installListener()
Install this listener to the Downloadable extension list after all extensions have been loaded; we only
care about those that are added after initialization
|
static void |
Computer.relocateOldLogs()
Relocate log files in the old location to the new location.
|
Modifier and Type | Method and Description |
---|---|
static void |
QueueSorter.installDefaultQueueSorter()
Installs the default queue sorter.
|
Modifier and Type | Method and Description |
---|---|
static void |
CrumbIssuer.initStaplerCrumbIssuer()
Sets up Stapler to use our crumb issuer.
|
Modifier and Type | Method and Description |
---|---|
static void |
DoubleLaunchChecker.init() |
Modifier and Type | Method and Description |
---|---|
static void |
Uptime.init() |
Modifier and Type | Method and Description |
---|---|
static void |
RekeySecretAdminMonitor.scanOnReboot() |
Copyright © 2016. All rights reserved.