Uses of Class
org.apache.maven.surefire.api.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.api.booter
Methods in org.apache.maven.surefire.api.booter that return Shutdown Modifier and Type Method Description 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.api.booter with parameters of type Shutdown Modifier and Type Method Description static CommandCommand. toShutdown(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 ShutdownCommandReader. shutdownprivate ShutdownProviderConfiguration. shutdownMethods in org.apache.maven.surefire.booter that return Shutdown Modifier and Type Method Description ShutdownProviderConfiguration. getShutdown()Constructors in org.apache.maven.surefire.booter with parameters of type Shutdown Constructor Description CommandReader(MasterProcessChannelDecoder decoder, Shutdown shutdown, ConsoleLogger logger)ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, 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)
-