Uses of Enum
org.apache.maven.surefire.booter.Shutdown
Packages that use Shutdown
-
Uses of Shutdown in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ShutdownModifier and TypeMethodDescriptionBaseProviderFactory.getShutdown()
static Shutdown
Shutdown.parameterOf
(String parameter) Command.toShutdownData()
static Shutdown
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 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) -
Uses of Shutdown in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return Shutdown