Class TestFullTextBuilderImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.stat.TestFullTextBuilderImpl
-
- All Implemented Interfaces:
TestFullTextBuilder
public class TestFullTextBuilderImpl extends Object implements TestFullTextBuilder
User: kir
-
-
Method Detail
-
getFullText
@NotNull public String getFullText(int testId)
- Specified by:
getFullText
in interfaceTestFullTextBuilder
- Parameters:
testId
- test identifier- Returns:
- full text of the test, including stdout and stderr
-
-