Class GroupsBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.groups.GroupsBean
-
public class GroupsBean extends Object
- Author:
- Pavel.Sher Date: 27.01.2009
-
-
Constructor Summary
Constructors Constructor Description GroupsBean(UserGroupManager groupManager, SecurityContextEx securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachToGroupsBean
getAttachNewGroupBean()
TreePrinter
getEditableGroupTree()
List<UserGroupDto>
getGroups()
-
-
-
Constructor Detail
-
GroupsBean
public GroupsBean(@NotNull UserGroupManager groupManager, SecurityContextEx securityContext)
-
-
Method Detail
-
getGroups
@NotNull public List<UserGroupDto> getGroups()
-
getAttachNewGroupBean
public AttachToGroupsBean getAttachNewGroupBean()
-
getEditableGroupTree
@NotNull public TreePrinter getEditableGroupTree()
-
-