Uses of Class
io.ebean.docker.commands.StopMode
-
Packages that use StopMode Package Description io.ebean.docker.commands io.ebean.docker.container -
-
Uses of StopMode in io.ebean.docker.commands
Methods in io.ebean.docker.commands that return StopMode Modifier and Type Method Description StopModeBaseConfig. getStopMode()static StopModeStopMode. of(String mode)StopModeBaseConfig. shutdownMode()static StopModeStopMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StopMode[]StopMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.docker.commands with parameters of type StopMode Modifier and Type Method Description voidBaseConfig. setShutdownMode(StopMode shutdownMode)voidBaseConfig. setStopMode(StopMode stopMode) -
Uses of StopMode in io.ebean.docker.container
Methods in io.ebean.docker.container with parameters of type StopMode Modifier and Type Method Description voidContainerConfig. setShutdownMode(StopMode shutdownHookMode)Set the shutdown hook mode to automatically stop/remove the container on JVM shutdown.voidContainerConfig. setStopMode(StopMode stopMode)Set the stop mode used when stop() is called.
-