Class RemoveOrphanedTestCaseScheduler
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.tests.RemoveOrphanedTestCaseScheduler
-
- All Implemented Interfaces:
BambooScheduler
public class RemoveOrphanedTestCaseScheduler extends Object implements BambooScheduler
-
-
Constructor Summary
Constructors Constructor Description RemoveOrphanedTestCaseScheduler(org.quartz.Scheduler quartzScheduler)
-
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
-
-