Interface LocalAgentProcessRunner


public interface LocalAgentProcessRunner
Executes a local agent command.
  • Method Details

    • run

      LocalAgentProcessResult run(List<String> command, Path workingDirectory, Map<String,String> environment, String stdin, Duration timeout)
      Runs the command with stdin and scoped environment variables.
      Parameters:
      command - command and arguments
      workingDirectory - working directory for the process
      environment - additional environment variables
      stdin - prompt written to standard input
      timeout - maximum execution time
      Returns:
      process result