Uses of Interface
org.apache.maven.surefire.extensions.Stoppable
Packages that use Stoppable
Package
Description
-
Uses of Stoppable in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return StoppableModifier and TypeMethodDescriptionprivate static Stoppable
ForkStarter.bindErrorStream
(int forkNumber, CountdownCloseable countdownCloseable, CommandlineStreams streams, Object errorStreamLock) -
Uses of Stoppable in org.apache.maven.plugin.surefire.extensions
Classes in org.apache.maven.plugin.surefire.extensions that implement StoppableModifier and TypeClassDescriptionclass
class
Commands which are sent from plugin to the forked jvm. -
Uses of Stoppable in org.apache.maven.surefire.extensions
Classes in org.apache.maven.surefire.extensions that implement StoppableModifier and TypeClassDescriptionclass
The base thread class used to handle a stream, transforms the stream to an object. -
Uses of Stoppable in org.apache.maven.surefire.extensions.util
Classes in org.apache.maven.surefire.extensions.util that implement Stoppable