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 ExecResult
SimpleCommandLineProcessRunner. runCommand(GeneralCommandLine commandLine, byte[] input)
Call to this method will dump all parameters to the LOG.static ExecResult
SimpleCommandLineProcessRunner. runCommand(GeneralCommandLine commandLine, byte[] input, SimpleCommandLineProcessRunner.RunCommandEvents eventHandler)
Call to this method will dump all parameters to the LOG.static ExecResult
SimpleCommandLineProcessRunner. 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 ExecResult
SimpleCommandLineProcessRunner. runCommandSecure(GeneralCommandLine commandLine, String commandLineToLog, byte[] input, SimpleCommandLineProcessRunner.RunCommandEvents eventHandler, ByteArrayOutputStream stdoutBuffer, ByteArrayOutputStream stderrBuffer)
ExecResult
CommandLineExecutor. runProcess()
ExecResult
CommandLineExecutor. runProcess(byte[] processInput, int idleTimeout)
ExecResult
CommandLineExecutor. runProcess(byte[] processInput, int idleTimeout, ByteArrayOutputStream stdoutBuffer, ByteArrayOutputStream stderrBuffer)
ExecResult
CommandLineExecutor. runProcess(int executionTimeoutSeconds)
ExecResult
CommandLineExecutor. runProcess(int executionTimeoutSeconds, int idleTimeoutSeconds)
Runs the command in a new process, waits for the process to finish and returns its results.ExecResult
CommandLineExecutor. waitFor()
-
Uses of ExecResult in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return ExecResult Modifier and Type Method Description ExecResult
CommandLineRunner. run(GeneralCommandLine cmd)
ExecResult
CommandLineRunnerImpl. run(GeneralCommandLine cmd)
-