Uses of Class
jetbrains.buildServer.serverSide.TestRunImpl
-
Packages that use TestRunImpl Package Description jetbrains.buildServer.serverSide -
-
Uses of TestRunImpl in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return TestRunImpl Modifier and Type Method Description static TestRunImplTestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)static TestRunImplTestRunImpl. createIgnoredTest(int orderId, int testRunId, int duration, SBuild build, STest test, String ignoreComment, TestRunContext testRunContext)static TestRunImplTestRunImpl. createSuccessfulTest(int orderId, int testRunId, int duration, SBuild build, STest test, TestFullTextBuilder fullTextBuilder, TestRunContext testRunContext)
-