hudson.plugins.global_build_stats
Class GlobalBuildStatsPlugin.GlobalBuildStatsRunListener

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
      extended by hudson.plugins.global_build_stats.GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
GlobalBuildStatsPlugin

@Extension
public static class GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild>

At the end of every jobs, let's gather job result informations into global build stats persisted data


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

Constructor Detail

GlobalBuildStatsPlugin.GlobalBuildStatsRunListener

public GlobalBuildStatsPlugin.GlobalBuildStatsRunListener()
Method Detail

onCompleted

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


Copyright © 2010. All Rights Reserved.