org.jenkinsci.plugins.postbuildscript
Class PostBuildScriptListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.Run>
      extended by org.jenkinsci.plugins.postbuildscript.PostBuildScriptListener
All Implemented Interfaces:
hudson.ExtensionPoint, Serializable

@Extension
public class PostBuildScriptListener
extends hudson.model.listeners.RunListener<hudson.model.Run>
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

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
PostBuildScriptListener()
           
 
Method Summary
 void onStarted(hudson.model.Run run, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, 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

PostBuildScriptListener

public PostBuildScriptListener()
Method Detail

onStarted

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


Copyright © 2004-2012. All Rights Reserved.