Package jetbrains.buildServer.util
Interface RunCommand.OutputProcessor
-
- All Known Implementing Classes:
RunCommand.LoggerOutputProcessor
- Enclosing class:
- RunCommand
public static interface RunCommand.OutputProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processError(Exception e)
void
processExitCode(int code)
void
processOutput(String stdout, String stderr)
-