Class CrowdDeletedEntityCleanupServiceImpl

java.lang.Object
com.atlassian.bamboo.user.cleanup.CrowdDeletedEntityCleanupServiceImpl
All Implemented Interfaces:
CrowdDeletedEntityCleanupService

public class CrowdDeletedEntityCleanupServiceImpl extends Object implements CrowdDeletedEntityCleanupService
  • Constructor Details

  • Method Details

    • runCleanup

      public boolean runCleanup(@NotNull @NotNull Date timeoutThreshold, int batchSize)
      Description copied from interface: CrowdDeletedEntityCleanupService
      Run the cleanup of Crowd deleted entities.
      Specified by:
      runCleanup in interface CrowdDeletedEntityCleanupService
      Parameters:
      timeoutThreshold - cleanup after entities deleted before this date
      batchSize - maximum number of entities to process
      Returns:
      true if any entity got processed and next batch can be cleaned up, false otherwise