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