jenkins.plugins.htmlaudio.app
Class RunResultListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
      extended by jenkins.plugins.htmlaudio.app.RunResultListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public final class RunResultListener
extends hudson.model.listeners.RunListener<hudson.model.Run<?,?>>

Collects the the completion-results of Runs at a global level.

Author:
Lars Hvile

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
RunResultListener()
           
 
Method Summary
 void onCompleted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)
           
 void setRepository(BuildEventRepository repository)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunResultListener

public RunResultListener()
Method Detail

setRepository

public void setRepository(BuildEventRepository repository)

onCompleted

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


Copyright © 2004-2011. All Rights Reserved.