public class UnmanagedJobScheduler extends Object
ApplicationStartedEvent
.
For managed jobs, please use the mechanisim for managed jobs instead.
Constructor and Description |
---|
UnmanagedJobScheduler(com.atlassian.scheduler.SchedulerService schedulerService,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager,
Collection<ScheduledJob> unmanagedJobs,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
Modifier and Type | Method and Description |
---|---|
void |
listenApplicationStartedEvent() |
void |
onApplicationStartedEvent(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event) |
public UnmanagedJobScheduler(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, Collection<ScheduledJob> unmanagedJobs, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
@PostConstruct public void listenApplicationStartedEvent()
@EventListener public void onApplicationStartedEvent(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)
Copyright © 2003–2020 Atlassian. All rights reserved.