Uses of Enum Class
org.springframework.boot.docker.compose.lifecycle.StopCommand
Packages that use StopCommand
Package
Description
Lifecycle management for Docker Compose with the context of a Spring application.
-
Uses of StopCommand in org.springframework.boot.docker.compose.lifecycle
Methods in org.springframework.boot.docker.compose.lifecycle that return StopCommandModifier and TypeMethodDescriptionDockerComposeProperties.Stop.getCommand()static StopCommandReturns the enum constant of this class with the specified name.static StopCommand[]StopCommand.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 StopCommandModifier and TypeMethodDescriptionvoidDockerComposeProperties.Stop.setCommand(StopCommand command)