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