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 TestRunImpl
TestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)
static TestRunImpl
TestRunImpl. createIgnoredTest(int orderId, int testRunId, int duration, SBuild build, STest test, String ignoreComment, TestRunContext testRunContext)
static TestRunImpl
TestRunImpl. createSuccessfulTest(int orderId, int testRunId, int duration, SBuild build, STest test, TestFullTextBuilder fullTextBuilder, TestRunContext testRunContext)
-