Uses of Interface
jetbrains.buildServer.serverSide.TestRunEx
-
Packages that use TestRunEx Package Description jetbrains.buildServer.controllers.investigate jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of TestRunEx in jetbrains.buildServer.controllers.investigate
Classes in jetbrains.buildServer.controllers.investigate that implement TestRunEx 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 TestRunEx in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide that implement TestRunEx Modifier and Type Class Description class
BaseTestRun
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 LightweightTestRunImplMethods in jetbrains.buildServer.serverSide that return TestRunEx Modifier and Type Method Description TestRunEx
STestManager. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.Constructors in jetbrains.buildServer.serverSide with parameters of type TestRunEx Constructor Description LightweightTestRunImpl(TestRunContext testRunContext, TestRunEx testRun)
-
Uses of TestRunEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return TestRunEx Modifier and Type Method Description TestRunEx
TestManagerImpl. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.
-