Class FormattedCombinedOutputRenderer

    • Method Detail

      • render

        @NotNull
        public String render​(long buildId,
                             int testId,
                             @NotNull
                             String contextPath)
        Description copied from interface: TestTextRenderer
        Render some information about STestRun
        Specified by:
        render in interface TestTextRenderer
        Parameters:
        buildId - id of build where test was executed
        testId - test run id in specified build
        contextPath - context path of http request HttpServletRequest.getContextPath()
        Returns:
        text information about test run
      • auxiliaryLine

        @NotNull
        public static String auxiliaryLine​(int orderId)