Uses of Class
com.atlassian.confluence.impl.system.task.SystemMaintenanceTaskType
-
Packages that use SystemMaintenanceTaskType Package Description com.atlassian.confluence.impl.system com.atlassian.confluence.impl.system.task -
-
Uses of SystemMaintenanceTaskType in com.atlassian.confluence.impl.system
Methods in com.atlassian.confluence.impl.system with parameters of type SystemMaintenanceTaskType Modifier and Type Method Description Optional<SystemMaintenanceTaskRunner>DefaultSystemMaintenanceTaskRegistry. findTaskRunner(SystemMaintenanceTaskType taskType)Optional<SystemMaintenanceTaskRunner>SystemMaintenanceTaskRegistry. findTaskRunner(SystemMaintenanceTaskType taskType)Find aSystemMaintenanceTaskRunnerto run tasks of a specific type<T extends SystemMaintenanceTask>
voidDefaultSystemMaintenanceTaskRegistry. register(SystemMaintenanceTaskType taskType, SystemMaintenanceTaskRunner<T> taskRunner)<T extends SystemMaintenanceTask>
voidSystemMaintenanceTaskRegistry. register(SystemMaintenanceTaskType taskType, SystemMaintenanceTaskRunner<T> taskRunner)RegistertaskRunnerto run tasks of a specific typevoidDefaultSystemMaintenanceTaskRegistry. unregister(SystemMaintenanceTaskType taskType)voidSystemMaintenanceTaskRegistry. unregister(SystemMaintenanceTaskType taskType)Remove currentSystemMaintenanceTaskRunneras task runner for tasks of a specific type -
Uses of SystemMaintenanceTaskType in com.atlassian.confluence.impl.system.task
Methods in com.atlassian.confluence.impl.system.task that return SystemMaintenanceTaskType Modifier and Type Method Description static SystemMaintenanceTaskTypeSystemMaintenanceTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemMaintenanceTaskType[]SystemMaintenanceTaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.system.task that return types with arguments of type SystemMaintenanceTaskType Modifier and Type Method Description static Optional<SystemMaintenanceTaskType>SystemMaintenanceTaskType. forTask(SystemMaintenanceTask task)
-