Uses of Annotation Interface
hudson.init.Initializer
Packages that use 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
Methods in hudson.diagnosis with annotations of type Initializer -
Uses of Initializer in hudson.init
Methods in hudson.init with parameters of type InitializerModifier 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
Methods in hudson.init.impl with annotations of type Initializer -
Uses of Initializer in hudson.lifecycle
Methods in hudson.lifecycle with annotations of type InitializerModifier and TypeMethodDescriptionstatic void
Lifecycle.PlaceholderLifecycle.replacePlaceholder()
-
Uses of Initializer in hudson.logging
Methods in hudson.logging with annotations of type Initializer -
Uses of Initializer in hudson.model
Methods in hudson.model with annotations of type InitializerModifier 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
Methods in hudson.model.queue with annotations of type InitializerModifier and TypeMethodDescriptionstatic void
QueueSorter.installDefaultQueueSorter()
Installs the default queue sorter. -
Uses of Initializer in hudson.security.csrf
Methods in hudson.security.csrf with annotations of type InitializerModifier and TypeMethodDescriptionstatic 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 -
Uses of Initializer in jenkins.model
Methods in jenkins.model with annotations of type Initializer -
Uses of Initializer in jenkins.security
Methods in jenkins.security with annotations of type Initializer -
Uses of Initializer in jenkins.util
Methods in jenkins.util with annotations of type Initializer -
Uses of Initializer in jenkins.views
Methods in jenkins.views with annotations of type Initializer