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