Class ExpirySchedulerImpl
java.lang.Object
com.atlassian.bamboo.build.expiry.ExpirySchedulerImpl
- All Implemented Interfaces:
ExpiryScheduler,BambooScheduler
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExpirySchedulerImpl(org.quartz.Scheduler quartzScheduler, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Method Summary
Modifier and TypeMethodDescription@Nullable org.quartz.TriggervoidvoidinitialiseSchedule(@NotNull String cronExpressionStr) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
initialiseSchedulein interfaceBambooScheduler
-
initialiseSchedule
- Specified by:
initialiseSchedulein interfaceExpiryScheduler
-
getTrigger
@Nullable public @Nullable org.quartz.Trigger getTrigger()- Specified by:
getTriggerin interfaceExpiryScheduler
-