@Extension
public static final class PluginImpl.RenameListener
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
PluginImpl.RenameListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName) |
public void onRenamed(hudson.model.Item item,
String oldName,
String newName)
onRenamed in class hudson.model.listeners.ItemListenerpublic void onDeleted(hudson.model.Item item)
onDeleted in class hudson.model.listeners.ItemListenerpublic void onCreated(hudson.model.Item item)
onCreated in class hudson.model.listeners.ItemListenerCopyright © 2004-2013. All Rights Reserved.