@Extension
public class TemplateProjectListener
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
TemplateProjectListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCopied(hudson.model.Item src,
hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName) |
void |
onUpdated(hudson.model.Item item) |
public 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.ItemListenerpublic void onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName)
onLocationChanged in class hudson.model.listeners.ItemListenerpublic void onCopied(hudson.model.Item src,
hudson.model.Item item)
onCopied in class hudson.model.listeners.ItemListenerCopyright © 2016. All rights reserved.