| Package | Description |
|---|---|
| com.atlassian.confluence.impl.system | |
| com.atlassian.confluence.impl.system.task |
| Modifier and Type | Method and Description |
|---|---|
Optional<SystemMaintenanceTaskRunner> |
SystemMaintenanceTaskRegistry.findTaskRunner(SystemMaintenanceTaskType taskType)
Find a
SystemMaintenanceTaskRunner to run tasks of a specific type |
Optional<SystemMaintenanceTaskRunner> |
DefaultSystemMaintenanceTaskRegistry.findTaskRunner(SystemMaintenanceTaskType taskType) |
<T extends SystemMaintenanceTask> |
SystemMaintenanceTaskRegistry.register(SystemMaintenanceTaskType taskType,
SystemMaintenanceTaskRunner<T> taskRunner)
Register
taskRunner to run tasks of a specific type |
<T extends SystemMaintenanceTask> |
DefaultSystemMaintenanceTaskRegistry.register(SystemMaintenanceTaskType taskType,
SystemMaintenanceTaskRunner<T> taskRunner) |
void |
SystemMaintenanceTaskRegistry.unregister(SystemMaintenanceTaskType taskType)
Remove current
SystemMaintenanceTaskRunner as task runner for tasks of a specific type |
void |
DefaultSystemMaintenanceTaskRegistry.unregister(SystemMaintenanceTaskType taskType) |
| Modifier and Type | Method and Description |
|---|---|
static SystemMaintenanceTaskType |
SystemMaintenanceTaskType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SystemMaintenanceTaskType> |
SystemMaintenanceTaskType.forTask(SystemMaintenanceTask task) |
Copyright © 2003–2020 Atlassian. All rights reserved.