| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindow |
MaintenanceHelper.getMaintenance(String computerName)
Returns the first maintenance that is currently active or
null
if configured maintenance windows are not active. |
| Modifier and Type | Method and Description |
|---|---|
Class<MaintenanceWindow> |
MaintenanceLink.getMaintenanceWindowClass() |
Class<MaintenanceWindow> |
MaintenanceAction.getMaintenanceWindowClass() |
SortedSet<MaintenanceWindow> |
MaintenanceAction.getMaintenanceWindows()
Returns a list of maintenance windows.
|
SortedSet<MaintenanceWindow> |
MaintenanceHelper.getMaintenanceWindows(String computerName)
Returns the list of all configured maintenance windows for the computer with
the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceHelper.addMaintenanceWindow(String computerName,
MaintenanceWindow mw)
Adds a maintenance window to a computer.
|
int |
MaintenanceWindow.compareTo(MaintenanceWindow other) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceHelper.saveMaintenanceWindows(String computerName,
SortedSet<MaintenanceWindow> maintenanceWindows)
Save maintenance window for computer.
|
| Constructor and Description |
|---|
MaintenanceOfflineCause(MaintenanceWindow maintenanceWindow) |
Copyright © 2016–2022. All rights reserved.