Class CleanTempDirectoryJob
java.lang.Object
com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
Removes files from the Confluence temporary files directory.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCleanTempDirectoryJob
(BootstrapManager bootstrapManager, DownloadGateKeeper gateKeeper) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest request)
-
Field Details
-
DELETE_FILES_OLDER_THAN_HOURS
protected static final int DELETE_FILES_OLDER_THAN_HOURS
-
-
Constructor Details
-
CleanTempDirectoryJob
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-