Package jetbrains.buildServer.agent
Interface TestOutputLogger
-
- All Known Implementing Classes:
TestOutputLoggerImpl
public interface TestOutputLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
testStdErr(String testName, String flowId, String error)
void
testStdOut(String testName, String flowId, String output)
-