Uses of Enum Class
org.springframework.boot.quartz.autoconfigure.JobStoreType
Packages that use JobStoreType
Package
Description
Auto-configuration for Quartz Scheduler.
-
Uses of JobStoreType in org.springframework.boot.quartz.autoconfigure
Subclasses with type arguments of type JobStoreType in org.springframework.boot.quartz.autoconfigureMethods in org.springframework.boot.quartz.autoconfigure that return JobStoreTypeModifier and TypeMethodDescriptionQuartzProperties.getJobStoreType()
static JobStoreType
Returns the enum constant of this class with the specified name.static JobStoreType[]
JobStoreType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.quartz.autoconfigure with parameters of type JobStoreTypeModifier and TypeMethodDescriptionvoid
QuartzProperties.setJobStoreType
(JobStoreType jobStoreType)