Uses of Enum Class
com.aizuda.snailjob.client.job.core.enums.TriggerTypeEnum
Packages that use TriggerTypeEnum
Package
Description
-
Uses of TriggerTypeEnum in com.aizuda.snailjob.client.job.core.enums
Methods in com.aizuda.snailjob.client.job.core.enums that return TriggerTypeEnumModifier and TypeMethodDescriptionstatic TriggerTypeEnumReturns the enum constant of this class with the specified name.static TriggerTypeEnum[]TriggerTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TriggerTypeEnum in com.aizuda.snailjob.client.job.core.handler
Methods in com.aizuda.snailjob.client.job.core.handler with parameters of type TriggerTypeEnumModifier and TypeMethodDescriptionAbstractParamsHandler.setTriggerType(TriggerTypeEnum triggerType) 设置调度类型