Uses of Class
jetbrains.buildServer.serverSide.BaseTestRun
-
Packages that use BaseTestRun Package Description jetbrains.buildServer.controllers.investigate jetbrains.buildServer.serverSide -
-
Uses of BaseTestRun in jetbrains.buildServer.controllers.investigate
Subclasses of BaseTestRun in jetbrains.buildServer.controllers.investigate Modifier and Type Class Description classDummyTestRunImplDummy test run, used when we have to show a test in a tree of tests, but it has no real associated build. -
Uses of BaseTestRun in jetbrains.buildServer.serverSide
Subclasses of BaseTestRun in jetbrains.buildServer.serverSide Modifier and Type Class Description classLightweightTestRunImplMajor memory improvement: build ids instead of builds MuteInfo is fairly small.classMultiTestRun${DESCR}classTestRunImplThis class is used to represent a particular test in some build.classTestRunWithContextBase class for routines used in TestRunImpl and LightweightTestRunImpl
-