Uses of Class
org.apache.maven.surefire.booter.Shutdown
-
-
Uses of Shutdown in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type Shutdown 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 static java.lang.ThreadForkStarter. createShutdownHookThread(java.lang.Iterable<TestProvidingInputStream> streams, Shutdown shutdownType) -
Uses of Shutdown in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type Shutdown Modifier and Type Method Description voidNotifiableTestStream. shutdown(Shutdown shutdownType)voidTestLessInputStream. shutdown(Shutdown shutdownType)voidTestLessInputStream.TestLessInputStreamBuilder.CachableCommands. shutdown(Shutdown shutdownType)voidTestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands. shutdown(Shutdown shutdownType)voidTestProvidingInputStream. shutdown(Shutdown shutdownType) -
Uses of Shutdown in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as Shutdown Modifier and Type Field Description private ShutdownBaseProviderFactory. shutdownprivate ShutdownCommandReader. shutdownprivate ShutdownProviderConfiguration. shutdownMethods in org.apache.maven.surefire.booter that return Shutdown Modifier and Type Method Description ShutdownBaseProviderFactory. getShutdown()ShutdownProviderConfiguration. getShutdown()static ShutdownShutdown. parameterOf(java.lang.String parameter)ShutdownCommand. toShutdownData()static ShutdownShutdown. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Shutdown[]Shutdown. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.surefire.booter with parameters of type Shutdown Modifier and Type Method Description voidBaseProviderFactory. setShutdown(Shutdown shutdown)CommandReaderCommandReader. setShutdown(Shutdown shutdown)voidShutdownAware. setShutdown(Shutdown shutdown)voidSurefireReflector. setShutdown(java.lang.Object o, Shutdown shutdown)static CommandCommand. toShutdown(Shutdown shutdownType)Constructors in org.apache.maven.surefire.booter with parameters of type Shutdown Constructor Description ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, java.util.Map<java.lang.String,java.lang.String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, java.lang.Integer systemExitTimeout) -
Uses of Shutdown in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return Shutdown Modifier and Type Method Description ShutdownProviderParameters. getShutdown()
-