Class PropertyEntryGardeningJob

java.lang.Object
com.atlassian.confluence.schedule.jobs.PropertyEntryGardeningJob
All Implemented Interfaces:
com.atlassian.scheduler.JobRunner

@Deprecated(since="8.8.0", forRemoval=true) public class PropertyEntryGardeningJob extends Object implements com.atlassian.scheduler.JobRunner
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8.0. Will be removed in 9.0
This job runs every month and clean up the redundant property entries in the os_propertyentry table.
Since:
6.15.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertyEntryGardeningJob(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable com.atlassian.scheduler.JobRunnerResponse
    runJob(com.atlassian.scheduler.JobRunnerRequest request)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATE_BLUEPRINT_PAGE_DRAFT_REQUEST_KEY

      public static final String CREATE_BLUEPRINT_PAGE_DRAFT_REQUEST_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • PropertyEntryGardeningJob

      public PropertyEntryGardeningJob(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • runJob

      public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner
    • cleanUp

      public int cleanUp()
      Deprecated, for removal: This API element is subject to removal in a future version.