Package com.atlassian.bamboo.quartz
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
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)
-