Uses of Enum Class
org.springframework.boot.docker.compose.lifecycle.ShutdownCommand
Package
Description
Lifecycle management for docker compose with the context of a Spring application.
-
Uses of ShutdownCommand in org.springframework.boot.docker.compose.lifecycle
Modifier and TypeMethodDescriptionDockerComposeProperties.Shutdown.getCommand()
static ShutdownCommand
Returns the enum constant of this class with the specified name.static ShutdownCommand[]
ShutdownCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DockerComposeProperties.Shutdown.setCommand
(ShutdownCommand command)