hudson.tasks
Class BuildTrigger.DescriptorImpl.ItemListenerImpl
java.lang.Object
hudson.model.listeners.ItemListener
hudson.tasks.BuildTrigger.DescriptorImpl.ItemListenerImpl
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- BuildTrigger.DescriptorImpl
@Extension
public static class BuildTrigger.DescriptorImpl.ItemListenerImpl
- 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 |
BuildTrigger.DescriptorImpl.ItemListenerImpl
public BuildTrigger.DescriptorImpl.ItemListenerImpl()
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.