net.bull.javamelody
Class CounterRunListener
java.lang.Object
hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
net.bull.javamelody.CounterRunListener
- All Implemented Interfaces:
- hudson.ExtensionPoint
public class CounterRunListener
- extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
Listener de début et de fin de builds pour alimenter les tableaux des builds en cours,
le graphique du nombre de builds en cours et les statistiques des temps des builds.
- Author:
- Emeric Vernat
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.model.listeners.RunListener |
LISTENERS, targetType |
Method Summary |
void |
onCompleted(hudson.model.AbstractBuild r,
hudson.model.TaskListener listener)
|
void |
onStarted(hudson.model.AbstractBuild r,
hudson.model.TaskListener listener)
|
Methods inherited from class hudson.model.listeners.RunListener |
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, register, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterRunListener
public CounterRunListener()
onStarted
public void onStarted(hudson.model.AbstractBuild r,
hudson.model.TaskListener listener)
-
- Overrides:
onStarted
in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
onCompleted
public void onCompleted(hudson.model.AbstractBuild r,
hudson.model.TaskListener listener)
-
- Overrides:
onCompleted
in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
Copyright © 2009-2011. All Rights Reserved.