Uses of Interface
jetbrains.buildServer.notification.NotificationRulesManager
-
-
Uses of NotificationRulesManager in jetbrains
Methods in jetbrains that return NotificationRulesManager Modifier and Type Method Description NotificationRulesManager
BuildServerCreator. getNotificationRulesManager()
-
Uses of NotificationRulesManager in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users with parameters of type NotificationRulesManager Modifier and Type Method Description static AdminEditUserForm
AdminEditUserForm. 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)
Constructors in jetbrains.buildServer.controllers.admin.users with parameters of type NotificationRulesManager Constructor Description AdminEditUserController(WebControllerManager webControllerManager, BuildServerImpl server, PluginProperties pluginRegistry, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, AuthorizationInterceptor authInterceptor, SecurityContextEx securityContext, RolesActionHelper userRolesHelper, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, EmailVerificationController emailVerificationController, PagePlaces pagePlaces, SessionModel sessionModel, LoginConfigurationEx loginConfigurationEx, ProfileController profileController)
-
Uses of NotificationRulesManager in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile with parameters of type NotificationRulesManager Modifier and Type Method Description static EditPersonalProfileForm
EditPersonalProfileForm. newInstance(UserEx user, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, ProjectManager projectManager, NotificationRulesManager rulesManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, UserModel userModel, PasswordComplexityChecker passwordComplexityChecker)
Constructors in jetbrains.buildServer.controllers.profile with parameters of type NotificationRulesManager Constructor Description ProfileController(WebControllerManager webControllerManager, BuildServerEx server, PluginProperties pluginRegistry, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, NotificationRulesManager rulesManager, ProjectManager projectManager, VcsManager vcsManager, PagePlaces pagePlaces, AuthorizationInterceptor authInterceptor, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, SecurityContext securityContext, EmailVerificationController emailVerificationController, SessionModel sessionModel, EditAccessTokenController editAccessTokenController, TwoFactorWebLoginModel twoFactorWebLoginModel, PasswordComplexityChecker passwordComplexityChecker)
-
Uses of NotificationRulesManager in jetbrains.buildServer.controllers.profile.notifications
Constructors in jetbrains.buildServer.controllers.profile.notifications with parameters of type NotificationRulesManager Constructor Description NotificationsInfoController(NotificationRulesManager notificationRulesManager, ProjectManager projectManager, NotificationsUtil notificationsUtil, SecurityContext securityContext, NotificatorRegistry notificatorRegistry, CommittedBuildsHolder committedBuilds)
-
Uses of NotificationRulesManager in jetbrains.buildServer.notification
Constructors in jetbrains.buildServer.notification with parameters of type NotificationRulesManager Constructor Description NotificationProcessor(EventDispatcher<BuildServerListener> events, BuildsManager buildsManager, ProjectManager projectManager, UserModelEx userModel, NotificatorRegistry notificatorRegistry, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, ExecutorServices serverExecutorServices, TestName2Index testName2Index, SQLRunnerEx sqlRunner, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildsManager, BranchSpecs branchSpecs, SwitchableExternalActivityRegistry externalActivityRegistry, ServerResponsibility serverResponsibility, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager)
Used in tests -
Uses of NotificationRulesManager in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement NotificationRulesManager Modifier and Type Class Description class
NotificationRulesManagerImpl
Constructors in jetbrains.buildServer.notification.impl with parameters of type NotificationRulesManager Constructor Description UserRulesAwareNotificationListener(BuildsManager buildsManager, UserModelEx userModel, ProjectManager projectManager, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, Notificator notificator, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildManager, BranchSpecs branchSpecs, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager)
-
Uses of NotificationRulesManager in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type NotificationRulesManager Modifier and Type Method Description void
CopyProjectHelper. setNotificationRulesManager(NotificationRulesManager notificationRulesManager)
-
Uses of NotificationRulesManager in jetbrains.buildServer.serverSide.impl.tracker
Constructors in jetbrains.buildServer.serverSide.impl.tracker with parameters of type NotificationRulesManager Constructor Description EventTrackerImpl(EventDispatcher<BuildServerListener> serverDispatcher, EventDispatcher<BuildTypeBranchesListener> branchesDispatcher, AgentPoolManager agentPoolManager, ProjectManagerEx projectManager, UserModelEx userModel, NotificationRulesManager rulesManager, SecurityContext securityContext, BuildHistory buildHistory, ExecutorServices executorServices, EventDispatcher<VersionedSettingsStatusEventListener> versionedSettingsStatusDispatcher)
-
Uses of NotificationRulesManager in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl with parameters of type NotificationRulesManager Modifier and Type Method Description void
UserFactoryImpl. setNotificationRulesManager(NotificationRulesManager notificationRulesManager)
Constructors in jetbrains.buildServer.users.impl with parameters of type NotificationRulesManager 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)
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)
-