Uses of Class
io.fabric8.maven.docker.config.StopMode
-
Packages that use StopMode Package Description io.fabric8.maven.docker.config -
-
Uses of StopMode in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config that return StopMode Modifier and Type Method Description StopModeRunImageConfiguration. getStopMode()static StopModeStopMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StopMode[]StopMode. 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 StopMode Modifier and Type Method Description RunImageConfiguration.BuilderRunImageConfiguration.Builder. stopMode(StopMode stopMode)
-