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 boolean
UserGroupDtoMapper. canEditGroupOrAddAnyRole(UserGroupEx userGroupEx)
UserGroupDto
UserGroupDtoMapper. getUserGroupDto(UserGroupEx userGroupEx)
static boolean
GroupHierarchyUtil. isGroupCanBeMoved(UserGroupEx group, AuthorityHolder currentAuthority, UserGroupManager groupManager)
void
EditGroupBean. setGroup(UserGroupEx group)
void
AttachToGroupsBean. 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 class
AllUsersGroup
class
SecuredUserGroup
class
UserGroupImpl
User group implementation.Methods in jetbrains.buildServer.groups.impl that return UserGroupEx Modifier and Type Method Description UserGroupEx
SecuredUserGroupFactory. createAllUsersGroup(String key, String name, String description)
UserGroupEx
UserGroupFactory. createAllUsersGroup(String key, String name, String description)
UserGroupEx
SecuredUserGroupFactory. createUserGroup(String key, String name, String description)
UserGroupEx
UserGroupFactory. 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 boolean
ServerAuthUtil. canEditUserGroupRoles(AuthorityHolder authorityHolder, UserGroupEx userGroupEx)
-