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 Thread
ForkStarter.createCachableShutdownHookThread
(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType) private static Thread
ForkStarter.createImmediateShutdownHookThread
(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType) private static Thread
ForkStarter.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 TypeMethodDescriptionvoid
void
void
void
void
-
Uses of Shutdown in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return ShutdownModifier and TypeMethodDescriptionstatic Shutdown
Shutdown.parameterOf
(String parameter) Command.toShutdownData()
static Shutdown
Returns 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 Shutdown
CommandReader.shutdown
private final Shutdown
ProviderConfiguration.shutdown
Methods 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)