Uses of Class
com.oracle.bedrock.runtime.docker.commands.Stop
-
Packages that use Stop Package Description com.oracle.bedrock.runtime.docker.commands -
-
Uses of Stop in com.oracle.bedrock.runtime.docker.commands
Methods in com.oracle.bedrock.runtime.docker.commands that return Stop Modifier and Type Method Description static StopStop. containers(Object... names)Create aStopcommand to stop the containers with the specified names.static StopStop. containers(List<?> names)StopStop. timeUntilKill(int time)Set the number of seconds for Docker to wait for the container to stop before killing the container process.StopStop. withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)protected StopStop. withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)
-