com.atlassian.confluence.importexport.impl
Class CleanTempDirectoryJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
- All Implemented Interfaces:
- org.quartz.Job
public class CleanTempDirectoryJob
- extends AbstractClusterAwareQuartzJobBean
Removes files from the Confluence temporary files directory.
The minimum age of files to be removed is configured as the
'deleteFilesOlderThanHours' parameter in the job execution
context.
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanTempDirectoryJob
public CleanTempDirectoryJob()
executeJob
public void executeJob(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
executeJob
in class AbstractClusterAwareQuartzJobBean
- Throws:
org.quartz.JobExecutionException
setBootstrapManager
public void setBootstrapManager(BootstrapManager bootstrapManager)
setGateKeeper
public void setGateKeeper(DownloadGateKeeper gateKeeper)
Copyright © 2003-2010 Atlassian. All Rights Reserved.