Uses of Class
jetbrains.buildServer.util.NamedDataGroup
-
Packages that use NamedDataGroup Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.util jetbrains.buildServer.web.problems -
-
Uses of NamedDataGroup in jetbrains.buildServer.serverSide
Subclasses of NamedDataGroup in jetbrains.buildServer.serverSide Modifier and Type Class Description classTestGroupThis class was created to represent a group of tests. -
Uses of NamedDataGroup in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return NamedDataGroup Modifier and Type Method Description NamedDataGroup<Item>NamedDataGroup.GroupExtractor. extractGroup(Item item)NamedDataGroup<Item>NamedDataGroup. getParent()Methods in jetbrains.buildServer.util that return types with arguments of type NamedDataGroup Modifier and Type Method Description List<? extends NamedDataGroup<Item>>NamedDataGroup. getGroups()Methods in jetbrains.buildServer.util with parameters of type NamedDataGroup Modifier and Type Method Description voidNamedDataGroup. addGroup(NamedDataGroup<Item> group)Add child groupvoidNamedDataGroup. removeGroup(NamedDataGroup<Item> group)Remove child groupvoidNamedDataGroup. setParent(NamedDataGroup<Item> parent)Set parent groupMethod parameters in jetbrains.buildServer.util with type arguments of type NamedDataGroup Modifier and Type Method Description voidNamedDataGroup. setGroups(List<NamedDataGroup<Item>> groups)Set child groupsvoidNamedDataGroup. sortGroups(Comparator<NamedDataGroup<Item>> sorter)Sort groups according to given sorter -
Uses of NamedDataGroup in jetbrains.buildServer.web.problems
Subclasses of NamedDataGroup in jetbrains.buildServer.web.problems Modifier and Type Class Description classTestGroupBean
-