Uses of Class
io.fabric8.maven.docker.config.HealthCheckMode
-
Packages that use HealthCheckMode Package Description io.fabric8.maven.docker.config -
-
Uses of HealthCheckMode in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config that return HealthCheckMode Modifier and Type Method Description HealthCheckModeHealthCheckConfiguration. getMode()static HealthCheckModeHealthCheckMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckMode[]HealthCheckMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.maven.docker.config with parameters of type HealthCheckMode Modifier and Type Method Description HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. mode(HealthCheckMode mode)
-