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 SummaryFields Modifier and Type Field Description protected static intDELETE_FILES_OLDER_THAN_HOURS
 - 
Constructor SummaryConstructors Constructor Description CleanTempDirectoryJob(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponserunJob(com.atlassian.scheduler.JobRunnerRequest request)
 
- 
- 
- 
Constructor Detail- 
CleanTempDirectoryJobpublic CleanTempDirectoryJob(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper) 
 
- 
 
-