Class BambooSimpleTriggerFactoryBean

java.lang.Object
org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
com.atlassian.bamboo.quartz.BambooSimpleTriggerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<org.quartz.SimpleTrigger>, org.springframework.beans.factory.InitializingBean

public class BambooSimpleTriggerFactoryBean extends org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRepeatIntervalHours(int intervalHours)
     
    void
    setRepeatIntervalMinutes(int intervalMinutes)
     
    void
    setRepeatIntervalSeconds(int intervalSeconds)
     

    Methods inherited from class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean

    afterPropertiesSet, getJobDataMap, getObject, getObjectType, isSingleton, setBeanName, setDescription, setGroup, setJobDataAsMap, setJobDataMap, setJobDetail, setMisfireInstruction, setMisfireInstructionName, setName, setPriority, setRepeatCount, setRepeatInterval, setStartDelay, setStartTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BambooSimpleTriggerFactoryBean

      public BambooSimpleTriggerFactoryBean()
  • Method Details

    • setRepeatIntervalSeconds

      public void setRepeatIntervalSeconds(int intervalSeconds)
    • setRepeatIntervalMinutes

      public void setRepeatIntervalMinutes(int intervalMinutes)
    • setRepeatIntervalHours

      public void setRepeatIntervalHours(int intervalHours)