Class BuildResultTrigger.ItemListenerImpl
- java.lang.Object
-
- hudson.model.listeners.ItemListener
-
- org.jenkinsci.plugins.buildresulttrigger.BuildResultTrigger.ItemListenerImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- BuildResultTrigger
@Extension public static class BuildResultTrigger.ItemListenerImpl extends ItemListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ItemListenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRenamed(Item item, String oldName, String newName)
-
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCopied, onCreated, onDeleted, onLoaded, onLocationChanged, onUpdated, register
-
-
-
-
Method Detail
-
onRenamed
public void onRenamed(Item item, String oldName, String newName)
- Overrides:
onRenamed
in classItemListener
-
-