jetbrains.buildServer.serverSide.stat
Interface TestFullTextBuilder


public interface TestFullTextBuilder

This interface was created to allow lazy loading of full test stacktrace and output from the database to reduce memory consumption.


Method Summary
 java.lang.String getFullText(int testId)
           
 

Method Detail

getFullText

java.lang.String getFullText(int testId)
Parameters:
testId - test identifier
Returns:
full text of the test, including stdout and stderr