@Extension
public class WatcherItemListener
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
WatcherItemListener() |
WatcherItemListener(MailWatcherMailer mailer,
String jenkinsRootUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDeleted(hudson.model.Item item) |
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
onUpdated(hudson.model.Item item) |
public WatcherItemListener()
public WatcherItemListener(MailWatcherMailer mailer, String jenkinsRootUrl)
public void onRenamed(hudson.model.Item item,
String oldName,
String newName)
onRenamed in class hudson.model.listeners.ItemListenerpublic void onUpdated(hudson.model.Item item)
onUpdated in class hudson.model.listeners.ItemListenerpublic void onDeleted(hudson.model.Item item)
onDeleted in class hudson.model.listeners.ItemListenerCopyright © 2004-2015. All Rights Reserved.