Uses of Class
hudson.lifecycle.RestartNotSupportedException
Packages that use RestartNotSupportedException
-
Uses of RestartNotSupportedException in hudson.lifecycle
Methods in hudson.lifecycle that throw RestartNotSupportedExceptionModifier and TypeMethodDescriptionvoid
Lifecycle.verifyRestartable()
Can theLifecycle.restart()
method restart Hudson?void
UnixLifecycle.verifyRestartable()
-
Uses of RestartNotSupportedException in jenkins.model
Methods in jenkins.model that throw RestartNotSupportedExceptionModifier and TypeMethodDescriptionvoid
Jenkins.doRestart
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Perform a restart of Jenkins, if we can.org.kohsuke.stapler.HttpResponse
Jenkins.doSafeRestart
(org.kohsuke.stapler.StaplerRequest req) Deprecated.org.kohsuke.stapler.HttpResponse
Jenkins.doSafeRestart
(org.kohsuke.stapler.StaplerRequest req, String message) Queues up a safe restart of Jenkins.void
Jenkins.restart()
Performs a restart.void
Jenkins.safeRestart()
Deprecated.useJenkins.safeRestart(String)
instead.void
Jenkins.safeRestart
(String message) Queues up a restart to be performed once there are no builds currently running.
Jenkins.doSafeRestart(StaplerRequest, String)
instead.