Uses of Class
io.ebean.docker.commands.StartMode
-
Packages that use StartMode Package Description io.ebean.docker.commands io.ebean.docker.container -
-
Uses of StartMode in io.ebean.docker.commands
Methods in io.ebean.docker.commands that return StartMode Modifier and Type Method Description StartModeBaseConfig. getStartMode()static StartModeStartMode. of(String val)static StartModeStartMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StartMode[]StartMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.docker.commands with parameters of type StartMode Modifier and Type Method Description voidBaseConfig. setStartMode(StartMode startMode) -
Uses of StartMode in io.ebean.docker.container
Methods in io.ebean.docker.container with parameters of type StartMode Modifier and Type Method Description voidContainerConfig. setStartMode(StartMode startMode)Set the start mode.
-