Uses of Interface
jetbrains.buildServer.favoriteBuilds.FavoriteBuildsManager
-
-
Uses of FavoriteBuildsManager in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type FavoriteBuildsManager Constructor Description AjaxControllerActions(AjaxController controller, SBuildServer server, WebLoginModelEx loginModel, BuildAgentManagerEx agentManager, AddToQueueProcessor addToQueueProcessor, BuildPromotionManager buildPromotionManager, SystemProblemList problems, SystemProblemWebSpecificsManager specificsManager, RunBuildBeanFactory runBuildBeanFactory, AgentPoolManager agentPoolManager, CurrentProblemsManager currentProblemsManager, SystemProblemList systemProblemList, MergeManager mergeManager, FavoriteBuildsManager favoriteBuildsManager, TagsManager tagsManager, InternalErrorsHandler internalErrorsHandler, UserProjectVisibility projectVisibility, BranchBeanFactory branchBeanFactory, AuditLogFactory auditLogFactory)
-
Uses of FavoriteBuildsManager in jetbrains.buildServer.controllers.builds
Constructors in jetbrains.buildServer.controllers.builds with parameters of type FavoriteBuildsManager Constructor Description FavoriteBuildsPageController(UserModelEx userModel, FavoriteBuildsManager provider)
-
Uses of FavoriteBuildsManager in jetbrains.buildServer.favoriteBuilds
Classes in jetbrains.buildServer.favoriteBuilds that implement FavoriteBuildsManager Modifier and Type Class Description class
FavoriteBuildsManagerImpl
-
Uses of FavoriteBuildsManager in jetbrains.buildServer.notification
Constructors in jetbrains.buildServer.notification with parameters of type FavoriteBuildsManager 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 FavoriteBuildsManager in jetbrains.buildServer.notification.impl
Constructors in jetbrains.buildServer.notification.impl with parameters of type FavoriteBuildsManager 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)
-