Class HudsonBackup.ZipperThread

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    HudsonBackup

    public static class HudsonBackup.ZipperThread
    extends Thread
    Zipping the old backups is done in a thread so the rest of Hudson/Jenkins is not blocked.
    • Constructor Detail

      • ZipperThread

        public ZipperThread​(File backupRoot,
                            File currentBackup)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread