|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.listeners.RunListener<hudson.model.AbstractBuild>
hudson.plugins.jswidgets.JsRunListener
@Extension public final class JsRunListener
This listener adds a JsBuildAction to every new build.
| 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 | |
|---|---|
JsRunListener()
Extension needs parameterless constructor. |
|
| Method Summary | |
|---|---|
void |
onFinalized(hudson.model.AbstractBuild r)
Adds JsBuildAction to the build. |
| Methods inherited from class hudson.model.listeners.RunListener |
|---|
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onCompleted, onDeleted, onStarted, register, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsRunListener()
Extension needs parameterless constructor.
| Method Detail |
|---|
public void onFinalized(hudson.model.AbstractBuild r)
JsBuildAction to the build. Do this in onFinalized, so the XML-data of the build is not
affected.
onFinalized in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||