Class ExpirySchedulerImpl
java.lang.Object
com.atlassian.bamboo.build.expiry.ExpirySchedulerImpl
- All Implemented Interfaces:
ExpiryScheduler
,BambooScheduler
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionExpirySchedulerImpl
(org.quartz.Scheduler quartzScheduler, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Method Summary
Modifier and TypeMethodDescription@Nullable org.quartz.Trigger
void
void
initialiseSchedule
(@NotNull String cronExpressionStr) 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
-
Constructor Details
-
ExpirySchedulerImpl
public ExpirySchedulerImpl(org.quartz.Scheduler quartzScheduler, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
-
Method Details
-
initialiseSchedule
public void initialiseSchedule()- Specified by:
initialiseSchedule
in interfaceBambooScheduler
-
initialiseSchedule
- Specified by:
initialiseSchedule
in interfaceExpiryScheduler
-
getTrigger
@Nullable public @Nullable org.quartz.Trigger getTrigger()- Specified by:
getTrigger
in interfaceExpiryScheduler
-