hudson.plugins.tmpcleaner
Class TmpCleanTask

java.lang.Object
  extended by hudson.plugins.tmpcleaner.TmpCleanTask
All Implemented Interfaces:
hudson.remoting.Callable<Void,IOException>, Serializable

public class TmpCleanTask
extends Object
implements hudson.remoting.Callable<Void,IOException>

Recursively visits a directory and remove unused files.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
TmpCleanTask(String extraDirectories, long days)
           
 
Method Summary
 Void call()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TmpCleanTask

public TmpCleanTask(String extraDirectories,
                    long days)
Method Detail

call

public Void call()
          throws IOException
Specified by:
call in interface hudson.remoting.Callable<Void,IOException>
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2004-2011. All Rights Reserved.