Package jenkins.model
Class Nodes.ScheduleMaintenanceAfterSavingNode
- java.lang.Object
-
- hudson.model.listeners.SaveableListener
-
- jenkins.model.Nodes.ScheduleMaintenanceAfterSavingNode
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- Nodes
@Extension public static class Nodes.ScheduleMaintenanceAfterSavingNode extends SaveableListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ScheduleMaintenanceAfterSavingNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChange(Saveable o, XmlFile file)
Called when a change is made to aSaveable
object.-
Methods inherited from class hudson.model.listeners.SaveableListener
all, fireOnChange, register, unregister
-
-
-
-
Method Detail
-
onChange
public void onChange(Saveable o, XmlFile file)
Description copied from class:SaveableListener
Called when a change is made to aSaveable
object.- Overrides:
onChange
in classSaveableListener
- Parameters:
o
- The saveable object.file
- TheXmlFile
for this saveable object.
-
-