Uses of Class
com.sap.prd.jenkins.plugins.agent_maintenance.RecurringMaintenanceWindow
-
Uses of RecurringMaintenanceWindow in com.sap.prd.jenkins.plugins.agent_maintenance
Methods in com.sap.prd.jenkins.plugins.agent_maintenance that return types with arguments of type RecurringMaintenanceWindowModifier and TypeMethodDescriptionMaintenanceDefinitions.getRecurring()
Get the recurring maintenance windows.MaintenanceAction.getRecurringMaintenanceWindowClass()
MaintenanceAction.getRecurringMaintenanceWindows()
Returns a list of recurring maintenance windows.MaintenanceHelper.getRecurringMaintenanceWindows
(String computerName) Returns the list of all configured recurring maintenance windows for the computer with the given name.Methods in com.sap.prd.jenkins.plugins.agent_maintenance with parameters of type RecurringMaintenanceWindowModifier and TypeMethodDescriptionvoid
MaintenanceHelper.addRecurringMaintenanceWindow
(String computerName, RecurringMaintenanceWindow mw) Adds a maintenance window to a computer.Constructor parameters in com.sap.prd.jenkins.plugins.agent_maintenance with type arguments of type RecurringMaintenanceWindowModifierConstructorDescriptionMaintenanceDefinitions
(SortedSet<MaintenanceWindow> scheduled, Set<RecurringMaintenanceWindow> recurring) Create definitions container.