Class HudsonBackup.ZipperThread

java.lang.Object
java.lang.Thread
org.jvnet.hudson.plugins.thinbackup.backup.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 Details

    • ZipperThread

      public ZipperThread(File backupRoot, File currentBackup)
  • Method Details

    • run

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