Uses of Class
com.sap.prd.jenkins.plugins.agent_maintenance.MaintenanceWindow
-
Uses of MaintenanceWindow in com.sap.prd.jenkins.plugins.agent_maintenance
Methods in com.sap.prd.jenkins.plugins.agent_maintenance that return MaintenanceWindowModifier and TypeMethodDescriptionMaintenanceHelper.getMaintenance(String computerName) Returns the first maintenance that is currently active ornullif 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.Methods in com.sap.prd.jenkins.plugins.agent_maintenance that return types with arguments of type MaintenanceWindowModifier 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.Methods in com.sap.prd.jenkins.plugins.agent_maintenance with parameters of type MaintenanceWindowModifier and TypeMethodDescriptionvoidMaintenanceHelper.addMaintenanceWindow(String computerName, MaintenanceWindow mw) Adds a maintenance window to a computer.intMaintenanceWindow.compareTo(MaintenanceWindow other) Constructors in com.sap.prd.jenkins.plugins.agent_maintenance with parameters of type MaintenanceWindowModifierConstructorDescriptionMaintenanceOfflineCause(MaintenanceWindow maintenanceWindow, String computerName) Constructor parameters in com.sap.prd.jenkins.plugins.agent_maintenance with type arguments of type MaintenanceWindowModifierConstructorDescriptionMaintenanceDefinitions(SortedSet<MaintenanceWindow> scheduled, Set<RecurringMaintenanceWindow> recurring) Create definitions container.