hudson.plugins.jswidgets
Class JsRunListener
java.lang.Object
hudson.model.listeners.RunListener<AbstractBuild>
hudson.plugins.jswidgets.JsRunListener
- All Implemented Interfaces:
- ExtensionPoint
@Extension
public final class JsRunListener
- extends RunListener<AbstractBuild>
This listener adds a JsBuildAction to every new build.
- Author:
- mfriedenhagen
|
Field Summary |
private static Logger |
LOG
The Logger. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
- The Logger.
JsRunListener
public JsRunListener()
Extension needs parameterless constructor.
onFinalized
public void onFinalized(AbstractBuild r)
-
Adds
JsBuildAction to the build. Do this in onFinalized, so the XML-data of the build is not
affected.
- Overrides:
onFinalized in class RunListener<AbstractBuild>
Copyright © 2009. All Rights Reserved.