Uses of Interface
com.atlassian.confluence.schedule.ScheduledJob
-
Packages that use ScheduledJob Package Description com.atlassian.confluence.schedule -
-
Uses of ScheduledJob in com.atlassian.confluence.schedule
Subinterfaces of ScheduledJob in com.atlassian.confluence.schedule Modifier and Type Interface Description interface
ManagedScheduledJob
Encapsulates the static configuration of a managed scheduled job.Classes in com.atlassian.confluence.schedule that implement ScheduledJob Modifier and Type Class Description class
AbstractManagedScheduledJob
Implements common properties for various implementations of ManagedScheduledJob.class
AbstractScheduledJob
class
ManagedScheduledCronJob
Managed job definition for cron based jobs.class
ManagedScheduledSimpleJob
Managed job definition for interval based jobs.class
ScheduledCronJob
This class is for easily setting an atlassian-scheduler cron job from Spring.class
ScheduledSimpleJob
This class is for easily setting an atlassian-scheduler interval job from Spring.Methods in com.atlassian.confluence.schedule with parameters of type ScheduledJob Modifier and Type Method Description static 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 ScheduledJob Constructor Description UnmanagedJobScheduler(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, Collection<ScheduledJob> unmanagedJobs, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-