Package jetbrains.buildServer.agent.impl
Interface CommandLineRunner
-
- All Known Implementing Classes:
CommandLineRunnerImpl
public interface CommandLineRunner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecResult
run(GeneralCommandLine cmd)
-
-
-
Method Detail
-
run
@NotNull ExecResult run(@NotNull GeneralCommandLine cmd) throws ExecutionException
- Throws:
ExecutionException
-
-