Interface TestTextRenderer

    • Method Detail

      • render

        @NotNull
        String render​(long buildId,
                      int testId,
                      @NotNull
                      String contextPath)
        Render some information about STestRun
        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