hudson.plugins.copyartifact
Class CopyArtifact.ListenerImpl

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by hudson.plugins.copyartifact.CopyArtifact.ListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
CopyArtifact

@Extension
public static final class CopyArtifact.ListenerImpl
extends hudson.model.listeners.ItemListener


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

Constructor Detail

CopyArtifact.ListenerImpl

public CopyArtifact.ListenerImpl()
Method Detail

onRenamed

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


Copyright © 2010. All Rights Reserved.