Uses of Interface
jetbrains.buildServer.users.UserUpdate
-
Packages that use UserUpdate Package Description jetbrains jetbrains.buildServer.users.impl -
-
Uses of UserUpdate in jetbrains
Methods in jetbrains that return UserUpdate Modifier and Type Method Description UserUpdate
BuildServerCreator. getUserUpdate()
-
Uses of UserUpdate in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement UserUpdate Modifier and Type Class Description class
FeatureProviderUserUpdate
class
SecuredUserModel
Created by Evgeniy.Koshkin.class
UserModelImpl
Methods in jetbrains.buildServer.users.impl with parameters of type UserUpdate Modifier and Type Method Description void
UserFactoryImpl. setUserUpdate(UserUpdate userUpdate)
Constructors in jetbrains.buildServer.users.impl with parameters of type UserUpdate Constructor Description AssociatedUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, NotificationRulesHolder notificationRulesHolder, PasswordComplexityChecker passwordComplexityChecker, String associatedEntityId, UserAttributeStorage userAttributeStorage)
ProjectVisibilityHolderImpl(SUser user, UserDataLoader userDataLoader, UserUpdate userUpdate, ProjectManager projectManager)
SecuredUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, PasswordComplexityChecker passwordComplexityChecker, UserAttributeStorage userAttributeStorage)
UserImpl(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, PasswordComplexityChecker passwordComplexityChecker, UserAttributeStorage userAttributeStorage)
UserProjectVisibility(UserDataLoader userDataLoader, UserUpdate userUpdate, ProjectManager projectManager)
-