@Extension
public class PipelineConfigHistoryItemListener
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
PipelineConfigHistoryItemListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName) |
public void onCreated(hudson.model.Item item)
onCreated in class hudson.model.listeners.ItemListenerpublic void onLocationChanged(hudson.model.Item item,
String oldFullName,
String newFullName)
onLocationChanged in class hudson.model.listeners.ItemListenerpublic void onDeleted(hudson.model.Item item)
onDeleted in class hudson.model.listeners.ItemListenerCopyright © 2016–2020. All rights reserved.