Uses of Class
org.apache.maven.surefire.extensions.util.CountdownCloseable
-
-
Uses of CountdownCloseable in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type CountdownCloseable Modifier and Type Method Description private static Stoppable
ForkStarter. bindErrorStream(int forkNumber, CountdownCloseable countdownCloseable, CommandlineStreams streams, java.lang.Object errorStreamLock)
-
Uses of CountdownCloseable in org.apache.maven.plugin.surefire.extensions
Fields in org.apache.maven.plugin.surefire.extensions declared as CountdownCloseable Modifier and Type Field Description private CountdownCloseable
SurefireForkChannel.EventBindings. countdown
private CountdownCloseable
EventConsumerThread. countdownCloseable
Methods in org.apache.maven.plugin.surefire.extensions with parameters of type CountdownCloseable Modifier and Type Method Description void
LegacyForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)
void
SurefireForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdown, java.nio.channels.ReadableByteChannel stdOut)
Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type CountdownCloseable Constructor Description EventBindings(EventHandler<Event> eventHandler, CountdownCloseable countdown)
EventConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ForkNodeArguments arguments)
-
Uses of CountdownCloseable in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type CountdownCloseable Modifier and Type Method Description abstract void
ForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)
Starts a Thread reading the events. -
Uses of CountdownCloseable in org.apache.maven.surefire.extensions.util
Fields in org.apache.maven.surefire.extensions.util declared as CountdownCloseable Modifier and Type Field Description private CountdownCloseable
LineConsumerThread. countdownCloseable
private CountdownCloseable
CommandlineExecutor. endOfStreamsCountdown
Constructors in org.apache.maven.surefire.extensions.util with parameters of type CountdownCloseable Constructor Description CommandlineExecutor(org.apache.maven.shared.utils.cli.Commandline cli, CountdownCloseable endOfStreamsCountdown)
LineConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<java.lang.String> eventHandler, CountdownCloseable countdownCloseable)
LineConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<java.lang.String> eventHandler, CountdownCloseable countdownCloseable, java.nio.charset.Charset encoding)
-