Uses of Interface
jetbrains.buildServer.groups.UserGroupEx
-
Packages that use UserGroupEx Package Description jetbrains.buildServer.controllers.admin.groups jetbrains.buildServer.groups.impl jetbrains.buildServer.serverSide.impl.auth -
-
Uses of UserGroupEx in jetbrains.buildServer.controllers.admin.groups
Methods in jetbrains.buildServer.controllers.admin.groups with parameters of type UserGroupEx Modifier and Type Method Description booleanUserGroupDtoMapper. canEditGroupOrAddAnyRole(UserGroupEx userGroupEx)UserGroupDtoUserGroupDtoMapper. getUserGroupDto(UserGroupEx userGroupEx)static booleanGroupHierarchyUtil. isGroupCanBeMoved(UserGroupEx group, AuthorityHolder currentAuthority, UserGroupManager groupManager)voidEditGroupBean. setGroup(UserGroupEx group)voidAttachToGroupsBean. setGroupToAttach(UserGroupEx groupToAttach) -
Uses of UserGroupEx in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement UserGroupEx Modifier and Type Class Description classAllUsersGroupclassSecuredUserGroupclassUserGroupImplUser group implementation.Methods in jetbrains.buildServer.groups.impl that return UserGroupEx Modifier and Type Method Description UserGroupExSecuredUserGroupFactory. createAllUsersGroup(String key, String name, String description)UserGroupExUserGroupFactory. createAllUsersGroup(String key, String name, String description)UserGroupExSecuredUserGroupFactory. createUserGroup(String key, String name, String description)UserGroupExUserGroupFactory. createUserGroup(String key, String name, String description)Constructors in jetbrains.buildServer.groups.impl with parameters of type UserGroupEx Constructor Description SecuredUserGroup(SecurityContextEx securityContext, UserGroupEx delegate, ProjectManagerEx projectManager) -
Uses of UserGroupEx in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type UserGroupEx Modifier and Type Method Description static booleanServerAuthUtil. canEditUserGroupRoles(AuthorityHolder authorityHolder, UserGroupEx userGroupEx)
-