@Extension(dynamicLoadable=YES)
public class NotificationItemListener
extends hudson.model.listeners.ItemListener
Constructor and Description |
---|
NotificationItemListener() |
Modifier and Type | Method and Description |
---|---|
void |
onBeforeShutdown() |
void |
onCopied(hudson.model.Item src,
hudson.model.Item item) |
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onLoaded() |
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
onUpdated(hudson.model.Item item) |
public void onBeforeShutdown()
onBeforeShutdown
in class hudson.model.listeners.ItemListener
public void onCopied(hudson.model.Item src, hudson.model.Item item)
onCopied
in class hudson.model.listeners.ItemListener
public void onCreated(hudson.model.Item item)
onCreated
in class hudson.model.listeners.ItemListener
public void onDeleted(hudson.model.Item item)
onDeleted
in class hudson.model.listeners.ItemListener
public void onLoaded()
onLoaded
in class hudson.model.listeners.ItemListener
public void onRenamed(hudson.model.Item item, String oldName, String newName)
onRenamed
in class hudson.model.listeners.ItemListener
public void onUpdated(hudson.model.Item item)
onUpdated
in class hudson.model.listeners.ItemListener
Copyright © 2016–2019. All rights reserved.