Uses of Class
org.apache.maven.surefire.api.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.api.booter
Methods in org.apache.maven.surefire.api.booter that return Shutdown Modifier and Type Method Description 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.api.booter with parameters of type Shutdown Modifier and Type Method Description static Command
Command. toShutdown(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
CommandReader. shutdown
private Shutdown
ProviderConfiguration. shutdown
Methods in org.apache.maven.surefire.booter that return Shutdown Modifier and Type Method Description Shutdown
ProviderConfiguration. getShutdown()
Constructors in org.apache.maven.surefire.booter with parameters of type Shutdown Constructor Description CommandReader(MasterProcessChannelDecoder decoder, Shutdown shutdown, ConsoleLogger logger)
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, 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)
-