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.ThreadForkStarter. createCachableShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType)private static java.lang.ThreadForkStarter. 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.TestLessInputStreamBuilderTestLessInputStream. builderConstructors in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type TestLessInputStream.TestLessInputStreamBuilder Constructor Description TestLessInputStream(TestLessInputStream.TestLessInputStreamBuilder builder)
-