@Extension public class OpenShiftItemListener extends ItemListener
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
OpenShiftItemListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCopied(Item src,
Item item) |
void |
onCreated(Item item) |
void |
onDeleted(Item item) |
void |
onLoaded() |
void |
onLocationChanged(Item item,
String oldFullName,
String newFullName) |
void |
onRenamed(Item item,
String oldName,
String newName) |
void |
onUpdated(Item item) |
all, checkBeforeCopy, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, registerpublic void onLoaded()
onLoaded in class ItemListenerpublic void onCreated(Item item)
onCreated in class ItemListenerpublic void onCopied(Item src, Item item)
onCopied in class ItemListenerpublic void onDeleted(Item item)
onDeleted in class ItemListenerpublic void onRenamed(Item item, String oldName, String newName)
onRenamed in class ItemListenerpublic void onLocationChanged(Item item, String oldFullName, String newFullName)
onLocationChanged in class ItemListenerpublic void onUpdated(Item item)
onUpdated in class ItemListenerCopyright © 2016–2022. All rights reserved.