Uses of Class
jetbrains.buildServer.controllers.profile.EditPersonalProfileForm
-
Packages that use EditPersonalProfileForm Package Description jetbrains.buildServer.controllers.profile -
-
Uses of EditPersonalProfileForm in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return EditPersonalProfileForm Modifier and Type Method Description protected EditPersonalProfileForm
ProfileController. getForm(javax.servlet.http.HttpServletRequest request)
static EditPersonalProfileForm
EditPersonalProfileForm. newInstance(UserEx user, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, ProjectManager projectManager, NotificationRulesManager rulesManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, UserModel userModel, PasswordComplexityChecker passwordComplexityChecker)
Methods in jetbrains.buildServer.controllers.profile with parameters of type EditPersonalProfileForm Modifier and Type Method Description protected SUser
ProfileController. getUserForUpdate(javax.servlet.http.HttpServletRequest request, EditPersonalProfileForm form)
-