Class AutowiringJobFactory

java.lang.Object
org.quartz.simpl.SimpleJobFactory
com.atlassian.bamboo.quartz.AutowiringJobFactory
All Implemented Interfaces:
org.quartz.spi.JobFactory

public class AutowiringJobFactory extends org.quartz.simpl.SimpleJobFactory implements org.quartz.spi.JobFactory
A JobFactory that autowires the jobs.
  • Constructor Details

    • AutowiringJobFactory

      public AutowiringJobFactory()
  • Method Details

    • newJob

      public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException
      Specified by:
      newJob in interface org.quartz.spi.JobFactory
      Overrides:
      newJob in class org.quartz.simpl.SimpleJobFactory
      Throws:
      org.quartz.SchedulerException