Class FormattedCombinedOutputRenderer
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.FormattedCombinedOutputRenderer
-
- All Implemented Interfaces:
TestTextRenderer
public class FormattedCombinedOutputRenderer extends Object implements TestTextRenderer
-
-
Constructor Summary
Constructors Constructor Description FormattedCombinedOutputRenderer(SBuildServer server, ServerExtensionHolder holder, MessagesPrinterFactory printerFactory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
auxiliaryLine(int orderId)
String
render(long buildId, int testId, String contextPath)
Render some information aboutSTestRun
-
-
-
Constructor Detail
-
FormattedCombinedOutputRenderer
public FormattedCombinedOutputRenderer(@NotNull SBuildServer server, @NotNull ServerExtensionHolder holder, @NotNull MessagesPrinterFactory printerFactory)
-
-
Method Detail
-
render
@NotNull public String render(long buildId, int testId, @NotNull String contextPath)
Description copied from interface:TestTextRenderer
Render some information aboutSTestRun
- Specified by:
render
in interfaceTestTextRenderer
- Parameters:
buildId
- id of build where test was executedtestId
- test run id in specified buildcontextPath
- context path of http requestHttpServletRequest.getContextPath()
- Returns:
- text information about test run
-
auxiliaryLine
@NotNull public static String auxiliaryLine(int orderId)
-
-