Class PropertyEntryGardeningJob
java.lang.Object
com.atlassian.confluence.impl.schedule.jobs.PropertyEntryGardeningJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
This job runs every month and clean up the redundant property entries in the os_propertyentry table.
- Since:
- 6.15.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyEntryGardeningJob
(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Method Summary
-
Field Details
-
CREATE_BLUEPRINT_PAGE_DRAFT_REQUEST_KEY
- See Also:
-
-
Constructor Details
-
PropertyEntryGardeningJob
public PropertyEntryGardeningJob(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-
cleanUp
public int cleanUp()
-