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 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 TestRunEx in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide that implement TestRunEx Modifier and Type Class Description classBaseTestRunclassLightweightTestRunImplMajor 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 LightweightTestRunImplMethods in jetbrains.buildServer.serverSide that return TestRunEx Modifier and Type Method Description TestRunExSTestManager. 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 TestRunExTestManagerImpl. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)Creates a new test run instance.
-