org.jenkinsci.plugins.lucene.search
Class FreeTextRunListener
java.lang.Object
hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
org.jenkinsci.plugins.lucene.search.FreeTextRunListener
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class FreeTextRunListener
- extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
| 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<?,?> build,
hudson.model.TaskListener listener)
|
void |
onDeleted(hudson.model.AbstractBuild<?,?> build)
|
| Methods inherited from class hudson.model.listeners.RunListener |
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onFinalized, onStarted, register, setUpEnvironment, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeTextRunListener
public FreeTextRunListener()
onCompleted
public void onCompleted(hudson.model.AbstractBuild<?,?> build,
@Nonnull
hudson.model.TaskListener listener)
- Overrides:
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
onDeleted
public void onDeleted(hudson.model.AbstractBuild<?,?> build)
- Overrides:
onDeleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
Copyright © 2004-2015. All Rights Reserved.