Package | Description |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Method and Description |
---|---|
Shutdown |
BaseProviderFactory.getShutdown() |
static Shutdown |
Shutdown.parameterOf(String parameter) |
Shutdown |
Command.toShutdownData() |
static Shutdown |
Shutdown.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
SurefireReflector.setShutdown(Object o,
Shutdown shutdown) |
void |
ShutdownAware.setShutdown(Shutdown shutdown) |
CommandReader |
CommandReader.setShutdown(Shutdown shutdown) |
void |
BaseProviderFactory.setShutdown(Shutdown shutdown) |
static Command |
Command.toShutdown(Shutdown shutdownType) |
Modifier and Type | Method and Description |
---|---|
Shutdown |
ProviderParameters.getShutdown() |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.