Uses of Class
jetbrains.buildServer.controllers.profile.RoleBean
-
Packages that use RoleBean Package Description jetbrains.buildServer.controllers.admin.users jetbrains.buildServer.controllers.profile jetbrains.buildServer.controllers.user -
-
Uses of RoleBean in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users that return types with arguments of type RoleBean Modifier and Type Method Description protected Filter<RoleBean>
EditableRolesBean. createFilter()
protected Filter<RoleBean>
EditableUserRolesBean. createFilter()
List<RoleBean>
EditableRolesBean. getRoles()
-
Uses of RoleBean in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return types with arguments of type RoleBean Modifier and Type Method Description Map<UserGroup,List<RoleBean>>
AuthorityRolesBean. getInheritedRoles()
List<RoleBean>
AuthorityRolesBean. getRoles()
Methods in jetbrains.buildServer.controllers.profile with parameters of type RoleBean Modifier and Type Method Description int
RoleBean.RoleBeanComparator. compare(RoleBean left, RoleBean right)
int
RoleBean. compareTo(RoleBean roleBean)
-
Uses of RoleBean in jetbrains.buildServer.controllers.user
Methods in jetbrains.buildServer.controllers.user that return RoleBean Modifier and Type Method Description RoleBean
RoleProjectsBean. getRoleBean()
Methods in jetbrains.buildServer.controllers.user that return types with arguments of type RoleBean Modifier and Type Method Description List<RoleBean>
AvailableRolesBean. getAvailableRoles()
Map<RoleBean,Set<SProject>>
AvailableRolesBean. getProjectsMap()
Returns map of role to projects where this role can be assigned, in project itself or in any of subprojects.Method parameters in jetbrains.buildServer.controllers.user with type arguments of type RoleBean Modifier and Type Method Description List<ProjectHierarchyBean>
AvailableRolesBean. collectProjects(Map<RoleBean,Set<SProject>> projectMap)
Collects unique projects from a project mapConstructors in jetbrains.buildServer.controllers.user with parameters of type RoleBean Constructor Description RoleProjectsBean(RoleBean roleBean, boolean globalScope, List<String> visibleProjectIds, List<String> visibleDisabledProjectIds)
-