Package jetbrains.buildServer.agent.impl
Class CommandLineRunnerImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.CommandLineRunnerImpl
-
- All Implemented Interfaces:
CommandLineRunner
public class CommandLineRunnerImpl extends Object implements CommandLineRunner
-
-
Constructor Summary
Constructors Constructor Description CommandLineRunnerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecResult
run(GeneralCommandLine cmd)
-
-
-
Method Detail
-
run
@NotNull public ExecResult run(@NotNull GeneralCommandLine cmd) throws ExecutionException
- Specified by:
run
in interfaceCommandLineRunner
- Throws:
ExecutionException
-
-