Uses of Class
org.apache.maven.surefire.booter.Shutdown
-
Packages that use Shutdown Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi -
-
Uses of Shutdown in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return Shutdown Modifier and Type Method Description Shutdown
BaseProviderFactory. 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)
-
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()
-