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 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.booter
Fields in org.apache.maven.surefire.booter declared as ShutdownModifier and TypeFieldDescriptionprivate Shutdown
BaseProviderFactory.shutdown
private Shutdown
CommandReader.shutdown
private final Shutdown
ProviderConfiguration.shutdown
Methods in org.apache.maven.surefire.booter that return ShutdownModifier and TypeMethodDescriptionBaseProviderFactory.getShutdown()
ProviderConfiguration.getShutdown()
static 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.booter with parameters of type ShutdownModifier and TypeMethodDescriptionvoid
BaseProviderFactory.setShutdown
(Shutdown shutdown) CommandReader.setShutdown
(Shutdown shutdown) void
ShutdownAware.setShutdown
(Shutdown shutdown) void
SurefireReflector.setShutdown
(Object o, Shutdown shutdown) static Command
Command.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