Uses of Record Class
cloud.opencode.base.core.process.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in cloud.opencode.base.core.process
Methods in cloud.opencode.base.core.process that return ProcessResultModifier and TypeMethodDescriptionstatic ProcessResultProcessManager.execute(ProcessConfig config) Executes a command with the given configuration and waits for completion.static ProcessResultExecutes a command and waits for completion, capturing stdout and stderr.static ProcessResultExecutes a command and waits for completion, capturing stdout and stderr.static ProcessResultProcessResult.of(int exitCode, String stdout, String stderr, Duration duration, List<String> command) Creates a newProcessResult.ProcessResult.orThrow()Returns this result if successful, otherwise throws anOpenException.