Package cz.muni.fi.xkozubi1
Class ShutdownTask
- java.lang.Object
-
- cz.muni.fi.xkozubi1.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 Summary
Constructors Constructor Description ShutdownTask(Computer computer)
-