hudson.plugins.createjobadvanced
Class ItemListenerImpl
java.lang.Object
hudson.model.listeners.ItemListener
hudson.plugins.createjobadvanced.ItemListenerImpl
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class ItemListenerImpl
- extends hudson.model.listeners.ItemListener
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.model.listeners.ItemListener |
all, fireOnCopied, fireOnCreated, onCopied, onDeleted, onLoaded, register |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemListenerImpl
@DataBoundConstructor
public ItemListenerImpl()
onRenamed
public void onRenamed(hudson.model.Item item,
String oldName,
String newName)
- Overrides:
onRenamed in class hudson.model.listeners.ItemListener
onCreated
public void onCreated(hudson.model.Item item)
- Overrides:
onCreated in class hudson.model.listeners.ItemListener
Copyright © 2004-2014 Hudson. All Rights Reserved.