Uses of Enum Class
org.springframework.boot.docker.compose.lifecycle.StartupCommand
Packages that use 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
Methods in org.springframework.boot.docker.compose.lifecycle that return StartupCommandModifier and TypeMethodDescriptionDockerComposeProperties.Startup.getCommand()static StartupCommandReturns 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.Methods in org.springframework.boot.docker.compose.lifecycle with parameters of type StartupCommandModifier and TypeMethodDescriptionvoidDockerComposeProperties.Startup.setCommand(StartupCommand command)