Uses of Enum Class
org.apache.maven.surefire.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.booter
Fields in org.apache.maven.surefire.booter declared as ShutdownModifier and TypeFieldDescriptionprivate ShutdownBaseProviderFactory.shutdownprivate ShutdownCommandReader.shutdownprivate final ShutdownProviderConfiguration.shutdownMethods in org.apache.maven.surefire.booter that return ShutdownModifier and TypeMethodDescriptionBaseProviderFactory.getShutdown()ProviderConfiguration.getShutdown()static 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.booter with parameters of type ShutdownModifier and TypeMethodDescriptionvoidBaseProviderFactory.setShutdown(Shutdown shutdown) CommandReader.setShutdown(Shutdown shutdown) voidShutdownAware.setShutdown(Shutdown shutdown) voidSurefireReflector.setShutdown(Object o, Shutdown shutdown) static CommandCommand.toShutdown(Shutdown shutdownType) Constructors in org.apache.maven.surefire.booter with parameters of type ShutdownModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of Shutdown in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return Shutdown