package runners
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class CommandError extends Throwable
- class CommandExecutionContext extends Logger
Provides an execution context for managing the execution of external commands.
- case class ProcessResult(result: Int, stdoutSeq: Seq[String], stderrSeq: Seq[String]) extends Product with Serializable
- class TimeoutContext extends AnyRef
Provides a context for managing timeouts for processes.
Value Members
- object CommandExecutionContext
- object CommandRunner extends Logger
Logic for executing shell commands.