Uses of Class
jetbrains.buildServer.serverSide.TestGroupName
-
Packages that use TestGroupName Package Description jetbrains.buildServer.controllers.viewLog jetbrains.buildServer.serverSide jetbrains.buildServer.tests -
-
Uses of TestGroupName in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return TestGroupName Modifier and Type Method Description TestGroupNameTestsTabForm. getCurrentScope()abstract TestGroupNameTestsTabForm.Level. normalizeScope(TestGroupName scope)Make corrections in scope corresponding to the current view levelMethods in jetbrains.buildServer.controllers.viewLog with parameters of type TestGroupName Modifier and Type Method Description abstract TestGroupNameTestsTabForm.Level. normalizeScope(TestGroupName scope)Make corrections in scope corresponding to the current view levelstatic StringTestsTabForm. scope(TestGroupName groupName) -
Uses of TestGroupName in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return TestGroupName Modifier and Type Method Description TestGroupNameTestGroup. getGroupName()Return low-level object for group name formattingMethods in jetbrains.buildServer.serverSide with parameters of type TestGroupName Modifier and Type Method Description intTestGroupName. compareTo(TestGroupName o)booleanTestGroupName. includes(TestGroupName tg)Return true if this group includes given test group or if groups are equal.Constructors in jetbrains.buildServer.serverSide with parameters of type TestGroupName Constructor Description TestGroup(TestGroupName groupName)Create test group with given group name -
Uses of TestGroupName in jetbrains.buildServer.tests
Methods in jetbrains.buildServer.tests that return TestGroupName Modifier and Type Method Description TestGroupNameTestName. getGroupName()Returns an object which describes packaging of this test (namely, full suite, package, class)
-