@Extension
public class GerritItemListener
extends hudson.model.listeners.ItemListener
Constructor and Description |
---|
GerritItemListener() |
Modifier and Type | Method and Description |
---|---|
void |
onDeleted(hudson.model.Item item)
Called by Jenkins when an item is about to be deleted.
|
void |
onLoaded()
Called by Jenkins when all items are loaded.
|
public void onDeleted(hudson.model.Item item)
onDeleted
in class hudson.model.listeners.ItemListener
item
- the item that will be deleted, it is interesting if it is
a subclass of an AbstractProjectpublic void onLoaded()
onLoaded
in class hudson.model.listeners.ItemListener
Copyright © 2004-2015. All Rights Reserved.