Class TestGroupBean
- java.lang.Object
-
- jetbrains.buildServer.util.NamedDataGroup<STestBean>
-
- jetbrains.buildServer.web.problems.TestGroupBean
-
public class TestGroupBean extends NamedDataGroup<STestBean>
- Author:
- kir Represents a group of STestBean. For instance, STestBeans can be grouped by package, or by build configuration. Grouping is hierarchical, i.e. there are nested groups
- See Also:
STestBean
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.util.NamedDataGroup
NamedDataGroup.GroupExtractor<Item>
-
-
Constructor Summary
Constructors Constructor Description TestGroupBean(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTestCount()
int
getTestCountSingleBuildType()
boolean
isAllTestsWithMultipleBuildTypes()
-
Methods inherited from class jetbrains.buildServer.util.NamedDataGroup
addGroup, addItem, getGroups, getItems, getName, getParent, groupBy, removeGroup, setGroups, setItems, setParent, sortGroups, toString
-
-
-
-
Constructor Detail
-
TestGroupBean
public TestGroupBean(@NotNull String name)
-
-