Class CleanTempDirectoryJob
- java.lang.Object
 - 
- com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
 
 
- 
- All Implemented Interfaces:
 com.atlassian.scheduler.JobRunner
public class CleanTempDirectoryJob extends Object implements com.atlassian.scheduler.JobRunner
Removes files from the Confluence temporary files directory. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected static intDELETE_FILES_OLDER_THAN_HOURS 
- 
Constructor Summary
Constructors Constructor Description CleanTempDirectoryJob(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponserunJob(com.atlassian.scheduler.JobRunnerRequest request) 
 - 
 
- 
- 
Constructor Detail
- 
CleanTempDirectoryJob
public CleanTempDirectoryJob(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper)
 
 - 
 
 -