hudson.plugins.tmpcleaner
Class TmpCleanTask
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TmpCleanTask
public TmpCleanTask(String extraDirectories,
long days)
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.