Uses of Interface
com.atlassian.confluence.schedule.managers.ManagedScheduledJobRegistry
-
-
Uses of ManagedScheduledJobRegistry in com.atlassian.confluence.plugins.schedule.admin.action
Methods in com.atlassian.confluence.plugins.schedule.admin.action with parameters of type ManagedScheduledJobRegistry Modifier and Type Method Description void
ViewScheduledJobsAction. setManagedScheduledJobRegistry(ManagedScheduledJobRegistry jobRegistry)
-
Uses of ManagedScheduledJobRegistry in com.atlassian.confluence.schedule.listeners
Constructor parameters in com.atlassian.confluence.schedule.listeners with type arguments of type ManagedScheduledJobRegistry Constructor Description ScheduledJobsListener(com.atlassian.scheduler.SchedulerService schedulerService, ScheduledJobDao scheduledJobDAO, Supplier<ManagedScheduledJobRegistry> jobRegistry, ScheduledJobStatusManager statusManager, org.springframework.transaction.PlatformTransactionManager transactionManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager)
-
Uses of ManagedScheduledJobRegistry in com.atlassian.confluence.schedule.managers
Classes in com.atlassian.confluence.schedule.managers that implement ManagedScheduledJobRegistry Modifier and Type Class Description class
DefaultManagedScheduledJobRegistry
Default implementation that manages the static job data (i.e.Constructors in com.atlassian.confluence.schedule.managers with parameters of type ManagedScheduledJobRegistry Constructor Description DefaultScheduledJobManager(ScheduledJobDao jobDAO, com.atlassian.scheduler.SchedulerService schedulerService, ManagedScheduledJobRegistry jobRegistry, AuditService auditService, ScheduledJobStatusManager statusManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, com.atlassian.event.api.EventPublisher eventPublisher)
-