Uses of Class
jetbrains.buildServer.ExecResult
-
Packages that use ExecResult Package Description jetbrains.buildServer jetbrains.buildServer.agent.impl -
-
Uses of ExecResult in jetbrains.buildServer
Methods in jetbrains.buildServer that return ExecResult Modifier and Type Method Description static ExecResultSimpleCommandLineProcessRunner. runCommand(GeneralCommandLine commandLine, byte[] input)Call to this method will dump all parameters to the LOG.static ExecResultSimpleCommandLineProcessRunner. runCommand(GeneralCommandLine commandLine, byte[] input, SimpleCommandLineProcessRunner.RunCommandEvents eventHandler)Call to this method will dump all parameters to the LOG.static ExecResultSimpleCommandLineProcessRunner. runCommandSecure(GeneralCommandLine commandLine, String commandLineToLog, byte[] input, SimpleCommandLineProcessRunner.RunCommandEvents eventHandler)Same asSimpleCommandLineProcessRunner.runCommand(com.intellij.execution.configurations.GeneralCommandLine, byte[], jetbrains.buildServer.SimpleCommandLineProcessRunner.RunCommandEvents), but logs the specified commandLineToLog.static ExecResultSimpleCommandLineProcessRunner. runCommandSecure(GeneralCommandLine commandLine, String commandLineToLog, byte[] input, SimpleCommandLineProcessRunner.RunCommandEvents eventHandler, ByteArrayOutputStream stdoutBuffer, ByteArrayOutputStream stderrBuffer)ExecResultCommandLineExecutor. runProcess()ExecResultCommandLineExecutor. runProcess(byte[] processInput, int idleTimeout)ExecResultCommandLineExecutor. runProcess(byte[] processInput, int idleTimeout, ByteArrayOutputStream stdoutBuffer, ByteArrayOutputStream stderrBuffer)ExecResultCommandLineExecutor. runProcess(int executionTimeoutSeconds)ExecResultCommandLineExecutor. runProcess(int executionTimeoutSeconds, int idleTimeoutSeconds)Runs the command in a new process, waits for the process to finish and returns its results.ExecResultCommandLineExecutor. waitFor() -
Uses of ExecResult in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return ExecResult Modifier and Type Method Description ExecResultCommandLineRunner. run(GeneralCommandLine cmd)ExecResultCommandLineRunnerImpl. run(GeneralCommandLine cmd)
-