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 class
DummyTestRunImpl
Dummy 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 class
LightweightTestRunImpl
Major memory improvement: build ids instead of builds MuteInfo is fairly small.class
MultiTestRun
${DESCR}class
TestRunImpl
This class is used to represent a particular test in some build.class
TestRunWithContext
Base class for routines used in TestRunImpl and LightweightTestRunImpl
-