Uses of Class
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
Packages that use TestLessInputStream.TestLessInputStreamBuilder Package Description org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.booterclient.lazytestprovider -
-
Uses of TestLessInputStream.TestLessInputStreamBuilder in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type TestLessInputStream.TestLessInputStreamBuilder Modifier and Type Method Description private static java.lang.Thread
ForkStarter. createCachableShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType)
private static java.lang.Thread
ForkStarter. createImmediateShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType)
private java.util.concurrent.ScheduledFuture<?>
ForkStarter. triggerPingTimerForShutdown(TestLessInputStream.TestLessInputStreamBuilder builder)
-
Uses of TestLessInputStream.TestLessInputStreamBuilder in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Fields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider declared as TestLessInputStream.TestLessInputStreamBuilder Modifier and Type Field Description private TestLessInputStream.TestLessInputStreamBuilder
TestLessInputStream. builder
Constructors in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type TestLessInputStream.TestLessInputStreamBuilder Constructor Description TestLessInputStream(TestLessInputStream.TestLessInputStreamBuilder builder)
-