Uses of Enum Class
org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start.Skip
Packages that use DockerComposeProperties.Start.Skip
Package
Description
Lifecycle management for Docker Compose with the context of a Spring application.
-
Uses of DockerComposeProperties.Start.Skip in org.springframework.boot.docker.compose.lifecycle
Methods in org.springframework.boot.docker.compose.lifecycle that return DockerComposeProperties.Start.SkipModifier and TypeMethodDescriptionDockerComposeProperties.Start.getSkip()
Returns the enum constant of this class with the specified name.static DockerComposeProperties.Start.Skip[]
DockerComposeProperties.Start.Skip.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 DockerComposeProperties.Start.SkipModifier and TypeMethodDescriptionvoid
DockerComposeProperties.Start.setSkip
(DockerComposeProperties.Start.Skip skip)