Uses of Class
com.oracle.bedrock.runtime.docker.commands.Kill
-
Packages that use Kill Package Description com.oracle.bedrock.runtime.docker.commands -
-
Uses of Kill in com.oracle.bedrock.runtime.docker.commands
Methods in com.oracle.bedrock.runtime.docker.commands that return Kill Modifier and Type Method Description static KillKill. containers(Object... names)Create aKillcommand to kill the containers with the specified names.static KillKill. containers(List<?> names)KillKill. signal(String signal)Set the signal to send to the container process.KillKill. withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)protected KillKill. withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)
-