Uses of Class
hudson.init.Initializer
-
Packages that use Initializer 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 atJenkins
.hudson.model.queue hudson.security.csrf hudson.slaves Code related to agents.hudson.util Other miscellaneous utility codejenkins.model jenkins.security jenkins.telemetry.impl jenkins.views -
-
Uses of Initializer in hudson.diagnosis
Methods in hudson.diagnosis with annotations of type Initializer Modifier and Type Method Description void
NullIdDescriptorMonitor. verify()
-
Uses of Initializer in hudson.init
Methods in hudson.init with parameters of type Initializer Modifier and Type Method 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)
-
Uses of Initializer in hudson.init.impl
Methods in hudson.init.impl with annotations of type Initializer Modifier and Type Method Description static void
GroovyInitScript. init(Jenkins j)
static void
InitialUserContent. init(Jenkins h)
static void
InstallUncaughtExceptionHandler. init(Jenkins j)
-
Uses of Initializer in hudson.logging
Methods in hudson.logging with annotations of type Initializer Modifier and Type Method Description static void
LogRecorderManager. init(Jenkins h)
-
Uses of Initializer in hudson.model
Methods in hudson.model with annotations of type Initializer Modifier and Type Method Description static void
AperiodicWork. init()
static void
ComputerSet. init()
static void
PeriodicWork. init()
static void
Queue. init(Jenkins h)
Restores the queue content during the start up.static void
Result. init()
static void
UpdateCenter. init(Jenkins h)
Initializes the update center.File
UserIdMapper. init()
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 initializationstatic void
View. registerPermissions()
static void
Computer. relocateOldLogs()
Relocate log files in the old location to the new location.static void
User.AllUsers. scanAll()
-
Uses of Initializer in hudson.model.queue
Methods in hudson.model.queue with annotations of type Initializer Modifier and Type Method Description static void
QueueSorter. installDefaultQueueSorter()
Installs the default queue sorter. -
Uses of Initializer in hudson.security.csrf
Methods in hudson.security.csrf with annotations of type Initializer Modifier and Type Method Description static void
CrumbIssuer. initStaplerCrumbIssuer()
Sets up Stapler to use our crumb issuer. -
Uses of Initializer in hudson.slaves
Methods in hudson.slaves with annotations of type Initializer Modifier and Type Method Description static void
Cloud. registerPermissions()
-
Uses of Initializer in hudson.util
Methods in hudson.util with annotations of type Initializer Modifier and Type Method Description static void
DoubleLaunchChecker. init()
-
Uses of Initializer in jenkins.model
Methods in jenkins.model with annotations of type Initializer Modifier and Type Method Description void
Uptime. init()
-
Uses of Initializer in jenkins.security
Methods in jenkins.security with annotations of type Initializer Modifier and Type Method Description static void
ResourceDomainFilter. init()
static void
CustomClassFilter.Contributed. load()
void
RekeySecretAdminMonitor. scanOnReboot()
-
Uses of Initializer in jenkins.telemetry.impl
Methods in jenkins.telemetry.impl with annotations of type Initializer Modifier and Type Method Description static void
UserLanguages. setUpFilter()
-
Uses of Initializer in jenkins.views
Methods in jenkins.views with annotations of type Initializer Modifier and Type Method Description static void
PartialHeader. incompatibleHeaders()
-