Uses of Class
org.apache.maven.surefire.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.Thread
ForkStarter. createCachableShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType)
private static java.lang.Thread
ForkStarter. createImmediateShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder, Shutdown shutdownType)
private static java.lang.Thread
ForkStarter. 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 void
NotifiableTestStream. shutdown(Shutdown shutdownType)
void
TestLessInputStream. shutdown(Shutdown shutdownType)
void
TestLessInputStream.TestLessInputStreamBuilder.CachableCommands. shutdown(Shutdown shutdownType)
void
TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands. shutdown(Shutdown shutdownType)
void
TestProvidingInputStream. shutdown(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 Shutdown
BaseProviderFactory. shutdown
private Shutdown
CommandReader. shutdown
private Shutdown
ProviderConfiguration. shutdown
Methods in org.apache.maven.surefire.booter that return Shutdown Modifier and Type Method Description Shutdown
BaseProviderFactory. getShutdown()
Shutdown
ProviderConfiguration. getShutdown()
static Shutdown
Shutdown. parameterOf(java.lang.String parameter)
Shutdown
Command. toShutdownData()
static Shutdown
Shutdown. 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.booter with parameters of type Shutdown Modifier and Type Method Description void
BaseProviderFactory. setShutdown(Shutdown shutdown)
CommandReader
CommandReader. setShutdown(Shutdown shutdown)
void
ShutdownAware. setShutdown(Shutdown shutdown)
void
SurefireReflector. setShutdown(java.lang.Object o, Shutdown shutdown)
static Command
Command. toShutdown(Shutdown shutdownType)
Constructors in org.apache.maven.surefire.booter with parameters of type Shutdown Constructor Description ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, 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)
-
Uses of Shutdown in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return Shutdown Modifier and Type Method Description Shutdown
ProviderParameters. getShutdown()
-