@Extension
public class OpenShiftItemListener
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
OpenShiftItemListener() |
| 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 |
onLoaded() |
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) |
private void |
updateRootURLConfig() |
private void updateRootURLConfig()
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 onLoaded()
onLoaded 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 © 2004-2020 Red Hat, Inc. All Rights Reserved.