@Extension
public class SyncJobCRUDListener
extends hudson.model.listeners.ItemListener
Publishes:
Events.JobChannel#job_crud_createdEvents.JobChannel#job_crud_deletedEvents.JobChannel#job_crud_renamedEvents.JobChannel#job_crud_updated| Constructor and Description |
|---|
SyncJobCRUDListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
onUpdated(hudson.model.Item item) |
public void onCreated(hudson.model.Item item)
onCreated 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 onUpdated(hudson.model.Item item)
onUpdated in class hudson.model.listeners.ItemListenerCopyright © 2016–2019. All rights reserved.