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 voidprocessError(Exception e)voidprocessExitCode(int code)voidprocessOutput(String stdout, String stderr)
-