Uses of Class
hudson.util.BootFailure
Packages that use BootFailure
-
Uses of BootFailure in hudson.lifecycle
Methods in hudson.lifecycle with parameters of type BootFailureModifier and TypeMethodDescriptionvoid
ExitLifecycle.onBootFailure
(BootFailure problem) void
Lifecycle.onBootFailure
(BootFailure problem) Called when Jenkins has failed to boot. -
Uses of BootFailure in hudson.util
Subclasses of BootFailure in hudson.utilModifier and TypeClassDescriptionclass
class
Model object used to display the generic error when Jenkins start up fails fatally during initialization.class
Model object used to display the error top page if we find out that the container is picking up its own Ant and that's not 1.7.class
Model object used to display the error top page if we find out that the container doesn't support servlet 2.4.class
Model object used to display the error top page if we find out that XStream is running in pure-java mode.class
Model object used to display the error top page if we find that we don't have enough permissions to run.class
Indicates that Jenkins is interrupted during reload.class
Model object used to display the error top page if we couldn't create the home directory.class
Model object used to display the error top page if there appears to be no temporary directory. -
Uses of BootFailure in jenkins.model
Subclasses of BootFailure in jenkins.model