Uses of Enum Class
org.apache.maven.surefire.api.booter.Shutdown
Packages that use Shutdown
Package
Description
-
Uses of Shutdown in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ShutdownModifier and TypeMethodDescriptionprivate static ThreadForkStarter.createCachableShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType) private static ThreadForkStarter.createImmediateShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType) private static ThreadForkStarter.createShutdownHookThread(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 ShutdownModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of Shutdown in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return ShutdownModifier and TypeMethodDescriptionstatic ShutdownShutdown.parameterOf(String parameter) Command.toShutdownData()static ShutdownReturns the enum constant of this class with the specified name.static Shutdown[]Shutdown.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.surefire.api.booter with parameters of type Shutdown -
Uses of Shutdown in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ShutdownModifier and TypeFieldDescriptionprivate final ShutdownCommandReader.shutdownprivate final ShutdownProviderConfiguration.shutdownMethods in org.apache.maven.surefire.booter that return ShutdownConstructors in org.apache.maven.surefire.booter with parameters of type ShutdownModifierConstructorDescriptionCommandReader(MasterProcessChannelDecoder decoder, Shutdown shutdown, ConsoleLogger logger) ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)