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 class
TestGroup
This 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 void
NamedDataGroup. addGroup(NamedDataGroup<Item> group)
Add child groupvoid
NamedDataGroup. removeGroup(NamedDataGroup<Item> group)
Remove child groupvoid
NamedDataGroup. setParent(NamedDataGroup<Item> parent)
Set parent groupMethod parameters in jetbrains.buildServer.util with type arguments of type NamedDataGroup Modifier and Type Method Description void
NamedDataGroup. setGroups(List<NamedDataGroup<Item>> groups)
Set child groupsvoid
NamedDataGroup. 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 class
TestGroupBean
-