Class GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
hudson.plugins.global_build_stats.GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GlobalBuildStatsPlugin
@Extension
public static class GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
extends RunListener<Run<?,?>>
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
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
GlobalBuildStatsRunListener
public GlobalBuildStatsRunListener()
-
-
Method Details
-
onCompleted
- Overrides:
onCompleted
in classRunListener<Run<?,
?>>
-
onDeleted
- Overrides:
onDeleted
in classRunListener<Run<?,
?>>
-