Uses of Class
io.opensw.scheduler.core.scheduler.task.TaskType
-
Packages that use TaskType Package Description io.opensw.scheduler.core.scheduler.task -
-
Uses of TaskType in io.opensw.scheduler.core.scheduler.task
Methods in io.opensw.scheduler.core.scheduler.task that return TaskType Modifier and Type Method Description static TaskTypeTaskType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TaskType[]TaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opensw.scheduler.core.scheduler.task with parameters of type TaskType Modifier and Type Method Description LockedTaskLockedTask. type(TaskType type)Set typeOneTimeTaskOneTimeTask. type(TaskType type)Set typeRecurringTaskRecurringTask. type(TaskType type)Set typeabstract TaskTask. type(TaskType type)Set typeConstructors in io.opensw.scheduler.core.scheduler.task with parameters of type TaskType Constructor Description Task(java.lang.Class<?> clazz, java.lang.String name, TaskType type)Task constructorTask(java.lang.Class<?> clazz, java.lang.String name, java.lang.String key, TaskType type)Task constructorTask(java.lang.Class<?> clazz, java.lang.String name, java.lang.String key, TaskType type, TaskData data)Task constructor
-