Uses of Class
hudson.lifecycle.Lifecycle
-
Packages that use Lifecycle Package Description hudson.lifecycle jenkins.model -
-
Uses of Lifecycle in hudson.lifecycle
Subclasses of Lifecycle in hudson.lifecycle Modifier and Type Class Description class
ExitLifecycle
Lifecycle
that delegates the responsibility to restart Jenkins to an external watchdog such as SystemD or OpenRC.class
SolarisSMFLifecycle
Lifecycle
for Hudson installed as SMF service.class
SystemdLifecycle
Lifecycle
that delegates its responsibility tosystemd(1)
.class
UnixLifecycle
Lifecycle
implementation when Hudson runs on the embedded servlet container on Unix.class
WindowsServiceLifecycle
Lifecycle
for Hudson installed as Windows service.Methods in hudson.lifecycle that return Lifecycle Modifier and Type Method Description static Lifecycle
Lifecycle. get()
Gets the singleton instance. -
Uses of Lifecycle in jenkins.model
Methods in jenkins.model that return Lifecycle Modifier and Type Method Description Lifecycle
Jenkins. getLifecycle()
-