Class SumoJobConfigListener
- java.lang.Object
-
- hudson.model.listeners.SaveableListener
-
- com.sumologic.jenkins.jenkinssumologicplugin.listeners.SumoJobConfigListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class SumoJobConfigListener extends SaveableListener
Sumo Logic plugin for Jenkins model.For any config related change
Created by Sourabh Jain on 5/2019.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SumoJobConfigListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChange(Saveable saveable, XmlFile file)
-
Methods inherited from class hudson.model.listeners.SaveableListener
all, fireOnChange, register, unregister
-
-
-
-
Method Detail
-
onChange
public void onChange(Saveable saveable, XmlFile file)
- Overrides:
onChange
in classSaveableListener
-
-