Uses of Interface
com.atlassian.confluence.schedule.ScheduledJob
Packages that use ScheduledJob
-
Uses of ScheduledJob in com.atlassian.confluence.schedule
Subinterfaces of ScheduledJob in com.atlassian.confluence.scheduleModifier and TypeInterfaceDescriptioninterface
Encapsulates the static configuration of a managed scheduled job.Classes in com.atlassian.confluence.schedule that implement ScheduledJobModifier and TypeClassDescriptionclass
Implements common properties for various implementations of ManagedScheduledJob.class
class
Managed job definition for cron based jobs.class
Managed job definition for interval based jobs.class
This class is for easily setting an atlassian-scheduler cron job from Spring.class
This class is for easily setting an atlassian-scheduler interval job from Spring.Methods in com.atlassian.confluence.schedule with parameters of type ScheduledJobModifier and TypeMethodDescriptionstatic com.atlassian.scheduler.config.JobId
ScheduledJob.sameJobId
(ScheduledJob job) Utility to getJobId
for the job, the same as theJobRunnerKey
in theJobConfig
.Constructor parameters in com.atlassian.confluence.schedule with type arguments of type ScheduledJobModifierConstructorDescriptionUnmanagedJobScheduler
(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, Collection<ScheduledJob> unmanagedJobs, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)