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