hudson.model
Class Fingerprint.ProjectRenameListener

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by hudson.model.Fingerprint.ProjectRenameListener
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
Fingerprint

@Extension
public static final class Fingerprint.ProjectRenameListener
extends ItemListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
Fingerprint.ProjectRenameListener()
           
 
Method Summary
 void onRenamed(Item item, String oldName, String newName)
          Called after a job is renamed.
 
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
 

Constructor Detail

Fingerprint.ProjectRenameListener

public Fingerprint.ProjectRenameListener()
Method Detail

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.