@Extension
public static class AbstractFolder.ItemListenerImpl
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
ItemListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCopied(hudson.model.Item src,
hudson.model.Item item) |
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName) |
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
onUpdated(hudson.model.Item item) |
public void onCreated(hudson.model.Item item)
onCreated in class hudson.model.listeners.ItemListenerpublic void onCopied(hudson.model.Item src,
hudson.model.Item item)
onCopied in class hudson.model.listeners.ItemListenerpublic void onDeleted(hudson.model.Item item)
onDeleted in class hudson.model.listeners.ItemListenerpublic void onRenamed(hudson.model.Item item,
String oldName,
String newName)
onRenamed in class hudson.model.listeners.ItemListenerpublic void onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName)
onLocationChanged in class hudson.model.listeners.ItemListenerpublic void onUpdated(hudson.model.Item item)
onUpdated in class hudson.model.listeners.ItemListenerCopyright © 2016–2017. All rights reserved.