Class ShutdownTask

  • All Implemented Interfaces:
    Runnable

    public class ShutdownTask
    extends Object
    implements Runnable
    Plugin runnable. If the plugin is on, Jenkins is going to shut down, and the buildable queue is not empty, calls a method handleLogic() from HandleQuietingDown which takes care of the rest of the plugin's logic.
    Author:
    Dominik Kozubik
    • Constructor Detail

      • ShutdownTask

        public ShutdownTask​(Computer computer)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable