@Extension
public static final class Plugin.RenameListener
extends hudson.model.listeners.ItemListener
Constructor and Description |
---|
Plugin.RenameListener() |
Modifier and Type | Method and Description |
---|---|
void |
onDeleted(hudson.model.Item deletedItem) |
void |
onRenamed(hudson.model.Item renamedItem,
String oldName,
String newName) |
public void onRenamed(hudson.model.Item renamedItem, String oldName, String newName)
onRenamed
in class hudson.model.listeners.ItemListener
public void onDeleted(hudson.model.Item deletedItem)
onDeleted
in class hudson.model.listeners.ItemListener
Copyright © 2004-2015. All Rights Reserved.