hudson.model
Class Fingerprint.ProjectRenameListener
java.lang.Object
hudson.model.listeners.ItemListener
hudson.model.Fingerprint.ProjectRenameListener
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- Fingerprint
@Extension
public static final class Fingerprint.ProjectRenameListener
- extends ItemListener
Methods inherited from class hudson.model.listeners.ItemListener |
all, fireOnCopied, fireOnCreated, fireOnUpdated, onBeforeShutdown, onCopied, onCreated, onDeleted, onLoaded, onUpdated, register |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fingerprint.ProjectRenameListener
public Fingerprint.ProjectRenameListener()
onRenamed
public void onRenamed(Item item,
String oldName,
String newName)
- Description copied from class:
ItemListener
- Called after a job is renamed.
- Overrides:
onRenamed
in class ItemListener
- Parameters:
item
- The job being renamed.oldName
- The old name of the job.newName
- The new name of the job. Same as Item.getName()
.
Copyright © 2004-2013. All Rights Reserved.