hudson.tasks
Class BuildTrigger.DescriptorImpl.ItemListenerImpl

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by hudson.tasks.BuildTrigger.DescriptorImpl.ItemListenerImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
BuildTrigger.DescriptorImpl

@Extension
public static class BuildTrigger.DescriptorImpl.ItemListenerImpl
extends ItemListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BuildTrigger.DescriptorImpl.ItemListenerImpl()
           
 
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

BuildTrigger.DescriptorImpl.ItemListenerImpl

public BuildTrigger.DescriptorImpl.ItemListenerImpl()
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.