Class CrowdDeletedEntityCleanupScheduler
- java.lang.Object
-
- com.atlassian.bamboo.user.cleanup.CrowdDeletedEntityCleanupScheduler
-
- All Implemented Interfaces:
BambooScheduler
public class CrowdDeletedEntityCleanupScheduler extends Object implements BambooScheduler
Schedules a cleanup after deleted Embedded Crowd entities.
-
-
Constructor Summary
Constructors Constructor Description CrowdDeletedEntityCleanupScheduler(org.quartz.Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialiseSchedule()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.schedule.BambooScheduler
destroySchedule
-
-
-
-
Method Detail
-
initialiseSchedule
public void initialiseSchedule()
- Specified by:
initialiseSchedule
in interfaceBambooScheduler
-
-