Uses of Annotation Interface
hudson.init.Initializer
Package
Description
Logic for Hudson startup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of Initializer in hudson.diagnosis
-
Uses of Initializer in hudson.init
Modifier and TypeMethodDescriptionprotected 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
-
Uses of Initializer in hudson.lifecycle
Modifier and TypeMethodDescriptionstatic void
Lifecycle.PlaceholderLifecycle.replacePlaceholder()
-
Uses of Initializer in hudson.logging
-
Uses of Initializer in hudson.model
Modifier and TypeMethodDescriptionstatic void
AperiodicWork.init()
static void
ComputerSet.init()
static void
PeriodicWork.init()
static void
Restores the queue content during the start up.static void
Result.init()
static void
Initializes the update center.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
Modifier and TypeMethodDescriptionstatic void
QueueSorter.installDefaultQueueSorter()
Installs the default queue sorter. -
Uses of Initializer in hudson.security.csrf
Modifier and TypeMethodDescriptionstatic void
CrumbIssuer.initStaplerCrumbIssuer()
Sets up Stapler to use our crumb issuer. -
Uses of Initializer in hudson.slaves
-
Uses of Initializer in jenkins.model
-
Uses of Initializer in jenkins.security
-
Uses of Initializer in jenkins.util
-
Uses of Initializer in jenkins.views