Class WatcherItemListener
java.lang.Object
hudson.model.listeners.ItemListener
org.jenkinsci.plugins.mailwatcher.WatcherItemListener
- All Implemented Interfaces:
ExtensionPoint
Notify whenever Job configuration changes.
Sends email to the list of recipients on following events: onRenamed, onUpdated and onDeleted.
- Author:
- ogondza
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, checkBeforeDelete, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCheckDelete, onCopied, onCreated, onLoaded, onLocationChanged, register
-
Constructor Details
-
WatcherItemListener
public WatcherItemListener() -
WatcherItemListener
-
-
Method Details
-
onRenamed
- Overrides:
onRenamed
in classItemListener
-
onUpdated
- Overrides:
onUpdated
in classItemListener
-
onDeleted
- Overrides:
onDeleted
in classItemListener
-