hudson.plugins.copyartifact
Class CopyArtifact.CopyArtifactRunListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.Build>
      extended by hudson.plugins.copyartifact.CopyArtifact.CopyArtifactRunListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
CopyArtifact

@Extension
public static final class CopyArtifact.CopyArtifactRunListener
extends hudson.model.listeners.RunListener<hudson.model.Build>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
CopyArtifact.CopyArtifactRunListener()
           
 
Method Summary
 void onStarted(hudson.model.Build r, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, getTargetType, onCompleted, onDeleted, onFinalized, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyArtifact.CopyArtifactRunListener

public CopyArtifact.CopyArtifactRunListener()
Method Detail

onStarted

public void onStarted(hudson.model.Build r,
                      hudson.model.TaskListener listener)
Overrides:
onStarted in class hudson.model.listeners.RunListener<hudson.model.Build>


Copyright © 2004-2012 Hudson. All Rights Reserved.