Uses of Class
com.sap.prd.jenkins.plugins.agent_maintenance.MaintenanceWindow
-
Uses of MaintenanceWindow in com.sap.prd.jenkins.plugins.agent_maintenance
Modifier and TypeMethodDescriptionMaintenanceHelper.getMaintenance
(String computerName) Returns the first maintenance that is currently active ornull
if configured maintenance windows are not active.MaintenanceHelper.getMaintenanceWindow
(String computerName, String id) Returns the maintenance window with the given id that is connected to the given computer.Modifier and TypeMethodDescriptionRecurringMaintenanceWindow.getFutureMaintenanceWindows()
Returns a list of maintenance windows that should be put into the scheduled maintenance windows of an agent.MaintenanceAction.getMaintenanceWindowClass()
MaintenanceLink.getMaintenanceWindowClass()
MaintenanceAction.getMaintenanceWindows()
Returns a list of maintenance windows.MaintenanceHelper.getMaintenanceWindows
(String computerName) Returns the list of all configured maintenance windows for the computer with the given name.MaintenanceDefinitions.getScheduled()
Get the scheduled maintenance windows.Modifier and TypeMethodDescriptionvoid
MaintenanceHelper.addMaintenanceWindow
(String computerName, MaintenanceWindow mw) Adds a maintenance window to a computer.int
MaintenanceWindow.compareTo
(MaintenanceWindow other) ModifierConstructorDescriptionMaintenanceOfflineCause
(MaintenanceWindow maintenanceWindow, String computerName) ModifierConstructorDescriptionMaintenanceDefinitions
(SortedSet<MaintenanceWindow> scheduled, Set<RecurringMaintenanceWindow> recurring) Create definitions container.