Package hudson.util

Class HudsonIsRestarting


  • public class HudsonIsRestarting
    extends Object
    Model object used to display "Hudson is restarting".

    Set this object to ServletContext.setAttribute(String, Object) "app" while the loading activity is taking place.

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • HudsonIsRestarting

        public HudsonIsRestarting​(boolean safeRestart)
        Since:
        2.414
      • HudsonIsRestarting

        @Deprecated
        public HudsonIsRestarting()
        Deprecated.
    • Method Detail

      • isSafeRestart

        public boolean isSafeRestart()
        Since:
        2.414