Interface | Description |
---|---|
CommandReader |
Stream reader returns bytes which ar finally sent to the forked jvm.
|
Completable |
Forks the execution of task and the task completion.
|
ConsoleOutputReportEventListener |
Extension listener for logger.
|
EventHandler<T> |
Handler of events.
|
ForkNodeFactory |
This is the plugin extension as a factory of
ForkChannel . |
StatelessReportEventListener<R extends TestSetReportEntry,S> |
Creates a report upon handled event "testSetCompleted".
|
Stoppable |
Used in
CloseableDaemonThread . |
Class | Description |
---|---|
CloseableDaemonThread |
The base thread class used to handle a stream, transforms the stream to an object.
|
ConsoleOutputReporter |
Extension for logger.
|
ForkChannel |
It's a session object used only by a particular Thread in ForkStarter
and communicates with a dedicated forked JVM.
|
StatelessReporter<R extends TestSetReportEntry,S,C extends StatelessReportMojoConfiguration> |
Extension for stateless reporter.
|
StatelessReportMojoConfiguration |
Configuration passed to the constructor of default reporter
org.apache.maven.plugin.surefire.report.StatelessXmlReporter.
|
StatelessTestsetInfoConsoleReportEventListener<R extends TestSetReportEntry,S> |
Extension listener for stateless console reporter of test-set.
|
StatelessTestsetInfoFileReportEventListener<R extends TestSetReportEntry,S> |
Extension listener for stateless file reporter of test-set.
|
StatelessTestsetInfoReporter<R extends TestSetReportEntry,S> |
Extension listener for stateless file and console reporter of test-set.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.