Uses of Enum
org.apache.maven.surefire.api.booter.Shutdown
Packages that use Shutdown
-
Uses of Shutdown in org.apache.maven.surefire.api.booter
Subclasses with type arguments of type Shutdown in org.apache.maven.surefire.api.booterModifier and TypeClassDescriptionenumSpecifies the way how the forked jvm should be terminated after class AbstractCommandStream is closed and CTRL+C.Methods in org.apache.maven.surefire.api.booter that return ShutdownModifier and TypeMethodDescriptionstatic ShutdownShutdown.parameterOf(String parameter) Command.toShutdownData()static ShutdownReturns 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