org.jvnet.hudson.plugins.exclusion
Class PluginImpl.RenameListener

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by org.jvnet.hudson.plugins.exclusion.PluginImpl.RenameListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
PluginImpl

@Extension
public static final class PluginImpl.RenameListener
extends hudson.model.listeners.ItemListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
PluginImpl.RenameListener()
           
 
Method Summary
 void onCreated(hudson.model.Item item)
           
 void onDeleted(hudson.model.Item item)
           
 void onRenamed(hudson.model.Item item, String oldName, String newName)
           
 
Methods inherited from class hudson.model.listeners.ItemListener
all, fireOnCopied, fireOnCreated, onCopied, onLoaded, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginImpl.RenameListener

public PluginImpl.RenameListener()
Method Detail

onRenamed

public void onRenamed(hudson.model.Item item,
                      String oldName,
                      String newName)
Overrides:
onRenamed in class hudson.model.listeners.ItemListener

onDeleted

public void onDeleted(hudson.model.Item item)
Overrides:
onDeleted in class hudson.model.listeners.ItemListener

onCreated

public void onCreated(hudson.model.Item item)
Overrides:
onCreated in class hudson.model.listeners.ItemListener


Copyright © 2004-2012. All Rights Reserved.