@Extension
public class ItemListenerImpl
extends hudson.model.listeners.ItemListener
| Constructor and Description |
|---|
ItemListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDeleted(hudson.model.Item item)
Delete the view when the job is deleted
|
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName)
Delete the view when the job is renamed
|
Copyright © 2004-2021. All Rights Reserved.