Uses of Interface
jetbrains.buildServer.users.impl.UserEx
-
-
Uses of UserEx in jetbrains
Methods in jetbrains that return UserEx Modifier and Type Method Description UserExBuildServerCreator. createPermissionRestrictedUserAccount(UserEx user, PermissionsHolder permissionsHolder)Methods in jetbrains with parameters of type UserEx Modifier and Type Method Description UserExBuildServerCreator. createPermissionRestrictedUserAccount(UserEx user, PermissionsHolder permissionsHolder) -
Uses of UserEx in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>UserListForm. getShownUsers()Methods in jetbrains.buildServer.controllers.admin.users with parameters of type UserEx Modifier and Type Method Description static AdminEditUserFormAdminEditUserForm. newInstance(SUser editor, UserEx editee, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, SecurityContextEx securityContext, UserModelEx userModel, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings)Method parameters in jetbrains.buildServer.controllers.admin.users with type arguments of type UserEx Modifier and Type Method Description voidUserListForm. setUsers(Collection<UserEx> users) -
Uses of UserEx in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type UserEx Modifier and Type Method Description static ChangeDetailsChangeDetailsCalculator. calculateDetails(ChangeStatus changeStatus, UserEx user, Filter<SBuildType> buildTypesFilter)Constructors in jetbrains.buildServer.controllers.changes with parameters of type UserEx Constructor Description ChangesPageBean(List<ChangeStatus> statusList, Filter<SBuildType> buildTypeFilter, boolean haveMoreChanges, TimeZone timezone, Date prevLastDay, ChangeStatusesCache changeStatusesCache, UserEx user, boolean hasSkippedChanges)ChangeWithCarpet(ChangeStatus changeStatus, Filter<SBuildType> buildTypeFilter, Comparator<SBuildType> buildTypeOrder, boolean newDate, UserEx user) -
Uses of UserEx in jetbrains.buildServer.controllers.emailVerification
Methods in jetbrains.buildServer.controllers.emailVerification with parameters of type UserEx Modifier and Type Method Description voidUserEmailVerifier. sendVerificationEmail(UserEx user)booleanUserEmailVerifier. verify(UserEx user, String token)Constructors in jetbrains.buildServer.controllers.emailVerification with parameters of type UserEx Constructor Description EmailVerificationEditBean(UserEx user, boolean currentEmailIsValid)EmailVerificationViewBean(UserEx user) -
Uses of UserEx in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement UserEx Modifier and Type Class Description classInMemoryUserOriginal GuestUser or RootUser throws exception on attempt to change its profile (because there is no such thing as profile for guest user). -
Uses of UserEx in jetbrains.buildServer.controllers.overview
Constructors in jetbrains.buildServer.controllers.overview with parameters of type UserEx Constructor Description OverviewBean(javax.servlet.http.HttpServletRequest request, UserEx user, SBuildServer server, Set<SBuildType> problematicBuildTypes, UserProjectVisibility userProjectVisibility, BranchBeanFactory branchBeanFactory) -
Uses of UserEx in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return UserEx Modifier and Type Method Description UserExProfileForm. getEditee()Methods in jetbrains.buildServer.controllers.profile with parameters of type UserEx Modifier and Type Method Description static EditPersonalProfileFormEditPersonalProfileForm. newInstance(UserEx user, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, ProjectManager projectManager, NotificationRulesManager rulesManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, UserModel userModel, PasswordComplexityChecker passwordComplexityChecker)voidProfileForm. setEditee(UserEx editee) -
Uses of UserEx in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type UserEx Modifier and Type Method Description SBuildAssertSBuildAssert. isCancelled(UserEx user, String comment) -
Uses of UserEx in jetbrains.buildServer.serverSide.auth.resetPassword
Methods in jetbrains.buildServer.serverSide.auth.resetPassword with parameters of type UserEx Modifier and Type Method Description voidResetPasswordHandler. sendResetPasswordEmail(UserEx user) -
Uses of UserEx in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as UserEx Modifier and Type Field Description protected UserExBaseSecondaryNodeTest. myMainUserprotected UserExBaseSecondaryNodeTest. mySecondaryNodeUserMethods in jetbrains.buildServer.serverSide.impl that return UserEx Modifier and Type Method Description protected UserExBaseServerTestCase. createUser(UserAccountBuilder userBuilder) -
Uses of UserEx in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that return UserEx Modifier and Type Method Description UserExUserModelEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserModelEx. findUserAccount(String realm, String username)UserExUserModelEx. findUserById(long userId)UserExUserModelEx. getGuestUser()Methods in jetbrains.buildServer.users that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>UserModelEx. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)Searches for users with specified keyword in username, name or email.Methods in jetbrains.buildServer.users with parameters of type UserEx Modifier and Type Method Description UserExUserModelEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor) -
Uses of UserEx in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement UserEx Modifier and Type Class Description classAssociatedUserUser associated with build type or project This user is not an actual TeamCity user but rather "fake" user that acts on behalf of the build type of project it's associated withclassBaseUserBase class delegating authority holder methods to actual authority holder which should be returned by this class inheritors.classRestrictedUserImplclassSecuredUserclassTestUserclassUserImplMethods in jetbrains.buildServer.users.impl that return UserEx Modifier and Type Method Description UserExUserFactoryEx. createAssociatedUser(long id, FeatureProvider featureProvider, String featureType)UserExUserFactoryImpl. createAssociatedUser(long id, FeatureProvider featureProvider, String featureType)UserExUserFactoryEx. createGuest(UserDataLoader userDataLoader)UserExUserFactoryImpl. createGuest(UserDataLoader userDataLoader)UserExSecuredUserModel. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserFactoryEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsHolder)UserExUserFactoryImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserModelImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserFactoryEx. createSuperUser()UserExUserFactoryImpl. createSuperUser()UserExUserFactoryEx. createUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserDataLoader userDataLoader)UserExUserFactoryImpl. createUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserDataLoader userDataLoader)UserExSecuredUserModel. findUserAccount(String realm, String username)UserExUserModelImpl. findUserAccount(String realm, String username)UserExSecuredUserModel. findUserById(long userId)UserExUserModelImpl. findUserById(long userId)UserExSecuredUserModel. getGuestUser()UserExUserModelImpl. getGuestUser()UserExUserModelImpl. getSuperUser()Methods in jetbrains.buildServer.users.impl that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>SecuredUserModel. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)List<UserEx>UserModelImpl. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)Methods in jetbrains.buildServer.users.impl with parameters of type UserEx Modifier and Type Method Description UserExSecuredUserModel. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserFactoryEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsHolder)UserExUserFactoryImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)UserExUserModelImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)Constructors in jetbrains.buildServer.users.impl with parameters of type UserEx Constructor Description RestrictedUserImpl(UserEx delegate, PermissionsHolder permissionsRestrictor, ProjectManagerEx projectManager, SecurityContextEx securityContext) -
Uses of UserEx in jetbrains.buildServer.web.util
Constructors in jetbrains.buildServer.web.util with parameters of type UserEx Constructor Description UserBuildTypeOrder(UserEx user)UserProjectOrder(UserEx user)
-