Class RunListenerImpl
- java.lang.Object
-
- hudson.model.listeners.RunListener<AbstractBuild<?,?>>
-
- org.jenkinsci.plugins.parallel_test_executor.RunListenerImpl
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class RunListenerImpl extends RunListener<AbstractBuild<?,?>>
Looks forTestCollector
in the build and collects the test reports.- Author:
- Kohsuke Kawaguchi
-
-
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
Constructors Constructor Description RunListenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCompleted(AbstractBuild<?,?> build, TaskListener listener)
-
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
-
-
-
Method Detail
-
onCompleted
public void onCompleted(AbstractBuild<?,?> build, @NonNull TaskListener listener)
- Overrides:
onCompleted
in classRunListener<AbstractBuild<?,?>>
-
-