Uses of Class
io.prestosql.tests.product.launcher.env.DockerContainer.OutputMode
-
Packages that use DockerContainer.OutputMode Package Description io.prestosql.tests.product.launcher.env -
-
Uses of DockerContainer.OutputMode in io.prestosql.tests.product.launcher.env
Fields in io.prestosql.tests.product.launcher.env declared as DockerContainer.OutputMode Modifier and Type Field Description DockerContainer.OutputModeEnvironmentOptions. outputMethods in io.prestosql.tests.product.launcher.env that return DockerContainer.OutputMode Modifier and Type Method Description static DockerContainer.OutputModeDockerContainer.OutputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DockerContainer.OutputMode[]DockerContainer.OutputMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.prestosql.tests.product.launcher.env with parameters of type DockerContainer.OutputMode Modifier and Type Method Description Environment.BuilderEnvironment.Builder. setContainerOutputMode(DockerContainer.OutputMode outputMode)
-