public class

CleanTempDirectoryJob

extends AbstractClusterAwareQuartzJobBean
java.lang.Object
   ↳ org.springframework.scheduling.quartz.QuartzJobBean
     ↳ com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
       ↳ com.atlassian.confluence.importexport.impl.CleanTempDirectoryJob

Class Overview

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.

Summary

Public Constructors
CleanTempDirectoryJob()
Public Methods
void executeJob(JobExecutionContext context)
void setBootstrapManager(BootstrapManager bootstrapManager)
void setGateKeeper(DownloadGateKeeper gateKeeper)
[Expand]
Inherited Methods
From class com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
From class org.springframework.scheduling.quartz.QuartzJobBean
From class java.lang.Object
From interface org.quartz.Job

Public Constructors

public CleanTempDirectoryJob ()

Public Methods

public void executeJob (JobExecutionContext context)

Throws
JobExecutionException

public void setBootstrapManager (BootstrapManager bootstrapManager)

public void setGateKeeper (DownloadGateKeeper gateKeeper)