Package hudson.plugins.jobConfigHistory
Class JobConfigHistorySaveableListener
- java.lang.Object
-
- hudson.model.listeners.SaveableListener
-
- hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class JobConfigHistorySaveableListener extends SaveableListener
Saves the job configuration atSaveableListener.onChange(Saveable, XmlFile)
.- Author:
- Stefan Brausch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description JobConfigHistorySaveableListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChange(Saveable o, XmlFile file)
-
Methods inherited from class hudson.model.listeners.SaveableListener
all, fireOnChange, register, unregister
-
-
-
-
Method Detail
-
onChange
public void onChange(Saveable o, XmlFile file)
- Overrides:
onChange
in classSaveableListener
-
-