Class RunListenerImpl
java.lang.Object
hudson.model.listeners.RunListener<AbstractBuild<?,?>>
org.jenkinsci.plugins.parallel_test_executor.RunListenerImpl
- All Implemented Interfaces:
ExtensionPoint
@OptionalExtension(requirePlugins="parameterized-trigger")
public class RunListenerImpl
extends RunListener<AbstractBuild<?,?>>
Looks for
TestCollector
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
RunListenerImpl
public RunListenerImpl()
-
-
Method Details
-
onCompleted
- Overrides:
onCompleted
in classRunListener<AbstractBuild<?,
?>>
-