Uses of Class
io.skodjob.testframe.executor.ExecResult
Packages that use ExecResult
Package
Description
-
Uses of ExecResult in io.skodjob.testframe.clients
Fields in io.skodjob.testframe.clients declared as ExecResultConstructors in io.skodjob.testframe.clients with parameters of type ExecResultModifierConstructorDescriptionAlreadyExists(ExecResult result, String s) Constructs a new AlreadyExists exception with the specified execution result and detail message.InvalidResource(ExecResult result, String s) Constructs a new InvalidResource exception with the specified execution result and detail message.KubeClusterException(ExecResult result, String s) Constructs a new KubeClusterException with the specified detail message and execution result.NotFound(ExecResult result, String s) Constructs a new NotFound exception with the specified execution result and detail message. -
Uses of ExecResult in io.skodjob.testframe.clients.cmdClient
Methods in io.skodjob.testframe.clients.cmdClient that return ExecResultModifier and TypeMethodDescriptionExecutes a command with the option to throw errors and log to output.Executes a command with the option to throw errors and log to output.Executes a command with the option to throw errors.Executes a command.Execute the givencommand.Executes a command with control over throwing exceptions on failure and logging to output control.Executes a command with control over throwing exceptions on failure.Executes a command.Executes a command in a pod.Executes a command within a pod.BaseCmdKubeClient.execInPodContainer(boolean logToOutput, String pod, String container, String... command) Executes a command in a pod container with the option to log to output.BaseCmdKubeClient.execInPodContainer(String pod, String container, String... command) Executes a command in a pod container.KubeCmdClient.execInPodContainer(boolean logToOutput, String pod, String container, String... command) Executes a command within a pod container with logging to output control.KubeCmdClient.execInPodContainer(String pod, String container, String... command) Executes a command within a pod container. -
Uses of ExecResult in io.skodjob.testframe.executor
Methods in io.skodjob.testframe.executor that return ExecResultModifier and TypeMethodDescriptionstatic ExecResultMethod executes external commandstatic ExecResultMethod executes external commandstatic ExecResultMethod executes external commandstatic ExecResultMethod executes external commandstatic ExecResultExec.exec(String input, List<String> command, int timeout, boolean logToOutput, boolean throwErrors) Method executes external commandstatic ExecResultExec.exec(String input, List<String> command, Set<io.fabric8.kubernetes.api.model.EnvVar> envVars, int timeout, boolean logToOutput, boolean throwErrors) Method executes external commandstatic ExecResultMethod executes external commandExecBuilder.exec()Executes the command with the provided configuration.