Class DatadogSaveableListener
- java.lang.Object
-
- hudson.model.listeners.SaveableListener
-
- org.datadog.jenkins.plugins.datadog.listeners.DatadogSaveableListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class DatadogSaveableListener extends SaveableListener
This class registers anSaveableListener
to trigger events and calculate metrics: - When an saveable gets changed, theonChange(Saveable, XmlFile)
method will be invoked.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DatadogSaveableListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChange(Saveable config, XmlFile file)
-
Methods inherited from class hudson.model.listeners.SaveableListener
all, fireOnChange, register, unregister
-
-
-
-
Method Detail
-
onChange
public void onChange(Saveable config, XmlFile file)
- Overrides:
onChange
in classSaveableListener
-
-