Uses of Class
io.skodjob.testframe.executor.ExecBuilder
Packages that use ExecBuilder
-
Uses of ExecBuilder in io.skodjob.testframe.executor
Methods in io.skodjob.testframe.executor that return ExecBuilderModifier and TypeMethodDescriptionstatic ExecBuilderExec.builder()Creates a new ExecBuilder instance.ExecBuilder.logToOutput(boolean logToOutput) Sets whether to log the output of the command.ExecBuilder.throwErrors(boolean throwErrors) Sets whether to throw errors if the command fails.ExecBuilder.timeout(int timeout) Sets the timeout for the command.ExecBuilder.withCommand(String... cmd) Sets the command to execute.ExecBuilder.withCommand(List<String> command) Sets the command to execute.ExecBuilder.withEnvVars(Set<io.fabric8.kubernetes.api.model.EnvVar> envVars) Sets the environment variables.Sets the input for the command.