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 TestGroupName
TestsTabForm. getCurrentScope()
abstract TestGroupName
TestsTabForm.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 TestGroupName
TestsTabForm.Level. normalizeScope(TestGroupName scope)
Make corrections in scope corresponding to the current view levelstatic String
TestsTabForm. scope(TestGroupName groupName)
-
Uses of TestGroupName in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return TestGroupName Modifier and Type Method Description TestGroupName
TestGroup. getGroupName()
Return low-level object for group name formattingMethods in jetbrains.buildServer.serverSide with parameters of type TestGroupName Modifier and Type Method Description int
TestGroupName. compareTo(TestGroupName o)
boolean
TestGroupName. 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 TestGroupName
TestName. getGroupName()
Returns an object which describes packaging of this test (namely, full suite, package, class)
-