Package hudson.plugins.createjobadvanced
Class ItemListenerImpl
java.lang.Object
hudson.model.listeners.ItemListener
hudson.plugins.createjobadvanced.ItemListenerImpl
- All Implemented Interfaces:
ExtensionPoint
Item listener in charge to apply plugin configuration on created or renamed items.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionClass constructor in charge to initialize item configurers according to available plugins. -
Method Summary
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, checkBeforeDelete, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCheckDelete, onCopied, onDeleted, onLoaded, onLocationChanged, onUpdated, register
-
Constructor Details
-
ItemListenerImpl
public ItemListenerImpl()Class constructor in charge to initialize item configurers according to available plugins.
-
-
Method Details
-
onRenamed
- Overrides:
onRenamedin classItemListener
-
onCreated
- Overrides:
onCreatedin classItemListener
-
getConfigurers
-