Uses of Interface
jetbrains.buildServer.serverSide.ProjectManagerEx
-
-
Uses of ProjectManagerEx in jetbrains.buildServer.clouds.server.impl
Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type ProjectManagerEx Constructor Description CloudManagerBaseImpl(CloudRegistry registry, CloudProfilePersistor profilePersistor, CloudEventDispatcher cloudEventDispatcher, ProjectManagerEx projectManager, EventDispatcher<BuildServerListener> serverEvents, CloudStateManager stateManager, AgentTypeStorage agentTypeStorage, ExecutorServices executorServices, ServerResponsibility serverResponsibility, SecurityContextEx securityContext, MultiNodeTasks nodeTasks, EventDispatcher<NodeEffectiveResponsibilityListener> effectiveResponsibilityEventDispatcher)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type ProjectManagerEx Constructor Description DependencyExemptionController(DependencyExemptionManager dependencyExemptionManager, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type ProjectManagerEx Constructor Description BranchesPopupController(ProjectManagerEx projectManager, EditBuildTypeFormFactory buildTypeFormFactory)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.admin.actions
Constructors in jetbrains.buildServer.controllers.admin.actions with parameters of type ProjectManagerEx Constructor Description GenerateTokenAction(AdminActionsController adminActionsController, ProjectManagerEx projectManager, PagePlaces pagePlaces)
ListBranchesAction(ProjectManagerEx projectManager, AdminActionsController adminActions)
RemoveVcsRootAction(ProjectManagerEx projectManager, AdminActionsController adminActions, ConfigActionFactory actions, UIConfigsPersister persister)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.admin.cleanup
Constructors in jetbrains.buildServer.controllers.admin.cleanup with parameters of type ProjectManagerEx Constructor Description BaseRulesController(ProjectManagerEx projectManager, AccessChecker accessChecker, ConfigActionFactory configActionFactory, ServerSettings serverSettings, WebControllerManager controllerManager, CleanupLockInterceptor cleanupLockInterceptor)
KeepRulesController(ProjectManagerEx projectManager, KeepRulesManagerWeb keepRulesManagerWeb, WebControllerManager controllerManager, CleanupLockInterceptor cleanupLockInterceptor, BranchSpecs branchSpecs, ServerSettings serverSettings)
KeepRuleUiFactory(ProjectManagerEx projectManager, BranchSpecs branchSpecs, ServerSettings serverSettings)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.admin.projects
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.artifacts
Constructors in jetbrains.buildServer.controllers.artifacts with parameters of type ProjectManagerEx Constructor Description DownloadArtifactsController(SBuildServer server, BuildLookupService buildLookupService, WebControllerManager controllerManager, PresignedArtifactLinksManager presignedArtifactLinksManager, RevisionRuleBuildFinders buildFinders, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.buildType
Constructors in jetbrains.buildServer.controllers.buildType with parameters of type ProjectManagerEx Constructor Description EditBuildTypeNotificationRulesController(SBuildServer server, ProjectManagerEx projectManager, WebControllerManager webControllerManager, ExtensionHolder extensionHolder)
EditBuildTypeNotifierSettingsController(SBuildServer server, ProjectManagerEx projectManager, WebControllerManager webControllerManager, ExtensionHolder extensionHolder)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type ProjectManagerEx Constructor Description ProjectIdConverterInterceptor(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.profile.notifications
Constructors in jetbrains.buildServer.controllers.profile.notifications with parameters of type ProjectManagerEx Constructor Description EditNotificationRulesController(UserModel userModel, UserGroupManager groupManager, ProjectManagerEx projectManager, NotificationRuleFactory notificationRuleFactory, SecurityContextEx securityContext, BranchSpecs branchSpecs, NotificationsUtil notificationsUtil)
NotificationRulesForm(NotificationRulesHolder editee, String notificatorType, ProjectManagerEx projectManager, NotificationRuleFactory ruleFactory, SecurityContextEx securityContext, BranchSpecs branchSpecs, NotificationsUtil notificationsUtil, String filterType, String filter)
-
Uses of ProjectManagerEx in jetbrains.buildServer.controllers.project
Constructors in jetbrains.buildServer.controllers.project with parameters of type ProjectManagerEx Constructor Description VersionedSettingsProjectPage(PagePlaces pagePlaces, VersionedSettingsManager versionedSettingsManager, CredentialsStorageEx credentialsStorage, ProjectManagerEx projectManager)
VersionedSettingsTokensTab(WebControllerManager manager, ProjectManagerEx projectManager, ProjectCredentialsStorage projectCredentialsStorage, VersionedSettingsManager versionedSettingsManager, VersionedSettingsTokensControllerHelper versionedSettingsTokensControllerHelper)
-
Uses of ProjectManagerEx in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl with parameters of type ProjectManagerEx Modifier and Type Method Description void
SecuredUserGroupFactory. setProjectManager(ProjectManagerEx projectManager)
void
UserGroupFactoryImpl. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.groups.impl with parameters of type ProjectManagerEx Constructor Description SecuredUserGroup(SecurityContextEx securityContext, UserGroupEx delegate, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.license
Constructors in jetbrains.buildServer.license with parameters of type ProjectManagerEx Constructor Description LicensingPolicyImpl(ServerLicenseManager licenseManager, ProjectManagerEx projectManager)
ServerLicenseManager(SQLRunnerEx sqlRunner, ServerPaths paths, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, ProjectManagerEx projectManager, FileWatcherFactory fileWatcherFactory, EventDispatcher<BuildServerListener> serverEventDispatcher, ServiceLocator serviceLocator, SettingsPersister settingsPersister, ExecutorServices executorServices)
-
Uses of ProjectManagerEx in jetbrains.buildServer.metrics
Constructors in jetbrains.buildServer.metrics with parameters of type ProjectManagerEx Constructor Description BuildServerMetricsCollector(EventDispatcher<BuildServerListener> eventDispatcher, ServerMetrics serverMetrics, BuildQueue buildQueue, RunningBuildsManager runningBuildsManager, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, ProjectManagerEx projectManagerEx, StartupContext startupContext, SQLRunnerEx sqlRunner, ExecutorServices executorServices)
-
Uses of ProjectManagerEx in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with parameters of type ProjectManagerEx Modifier and Type Method Description static Collection<String>
NotificationsUtil. getAllAffectedProjectIds(NotificationRule rule, ProjectManagerEx projectManagerEx)
-
Uses of ProjectManagerEx in jetbrains.buildServer.responsibility.impl
Constructors in jetbrains.buildServer.responsibility.impl with parameters of type ProjectManagerEx Constructor Description InvestigationTestRunsHolderImpl(BuildServerEx buildServer, ResponsibilityFacadeEx responsibilityFacade, ProblemMutingService problemMutingService, ProjectManagerEx projectManager, CurrentProblemsManagerEx currentProblemsManager, TestHistory testsHistory, ExecutorServices executors, TestName2Index testName2Index, TestRunContext testRunContext, ResetCacheRegister resetCacheRegister, ServerMetrics serverMetrics)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return ProjectManagerEx Modifier and Type Method Description protected ProjectManagerEx
BaseServerSpringContextTestCase. getProjectManager()
ProjectManagerEx
BuildServerEx. getProjectManager()
Methods in jetbrains.buildServer.serverSide with parameters of type ProjectManagerEx Modifier and Type Method Description void
BaseServerSpringContextTestCase. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.serverSide with parameters of type ProjectManagerEx Constructor Description CachingCompatibilityListener(BuildQueueEx queue, EventDispatcher<BuildServerListener> buildServerEventDispatcher, EventDispatcher<ToolEventsListener> toolRegistryEventDispatcher, ProjectManagerEx projectManager, ExecutorServices executorServices, ServerResponsibility serverResponsibility)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.agentPools
Fields in jetbrains.buildServer.serverSide.agentPools declared as ProjectManagerEx Modifier and Type Field Description protected ProjectManagerEx
AgentPoolManagerImpl. myProjectManager
Methods in jetbrains.buildServer.serverSide.agentPools with parameters of type ProjectManagerEx Modifier and Type Method Description void
AgentPoolManagerImpl. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.serverSide.agentPools with parameters of type ProjectManagerEx Constructor Description AgentPoolImpl(int id, String name, AgentPoolManager agentPoolManager, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.agentTypes
Methods in jetbrains.buildServer.serverSide.agentTypes with parameters of type ProjectManagerEx Modifier and Type Method Description void
AgentTypeDatabaseStorage. setProjectManager(ProjectManagerEx projectManager)
void
AgentTypeManagerImpl. setProjectManager(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type ProjectManagerEx Constructor Description InvalidCleanupKeepRulesReport(ProjectManagerEx projectManager, KeepRuleFactory keepRulesFactory)
ManyBuildsProducedByTriggerHealthReport(TriggeredBuildsRateMonitor triggeredBuildsRateMonitor, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as ProjectManagerEx Modifier and Type Field Description protected ProjectManagerEx
BaseServerTestCase. myProjectManager
Methods in jetbrains.buildServer.serverSide.impl that return ProjectManagerEx Modifier and Type Method Description ProjectManagerEx
BuildServerImpl. getProjectManager()
ProjectManagerEx
BuildTypeTemplateFactoryImpl. getProjectManager()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ProjectManagerEx Modifier and Type Method Description void
ArtifactDependencyFactoryImpl. setProjectManager(ProjectManagerEx projectManager)
void
BuildsManagerImpl. setProjectManager(ProjectManagerEx projectManager)
void
BuildTypeTemplateFactoryImpl. setProjectManager(ProjectManagerEx projectManager)
void
RunningBuildsManagerImpl. setProjectManager(ProjectManagerEx projectManager)
void
BuildServerImpl. setProjectManagerImpl(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type ProjectManagerEx Constructor Description ServerCleanupEvents(MultiNodesEvents multiNodesEvents, ExecutorServices executorServices, BuildHistoryEx buildHistory, BuildPromotionManagerEx buildPromotionManager, SQLRunnerEx sqlRunner, ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement ProjectManagerEx Modifier and Type Class Description class
SecuredProjectManager
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type ProjectManagerEx Modifier and Type Method Description void
SecuredProjectManager. setDelegate(ProjectManagerEx delegate)
void
SecuredAgentPoolManager. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type ProjectManagerEx Constructor Description DerivedPermissionsAwarePermissionsHolder(ProjectManagerEx projectManager, SecurityContextEx securityContext)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return ProjectManagerEx Modifier and Type Method Description ProjectManagerEx
BuildContext. getProjectManager()
ProjectManagerEx
BuildContextImpl. getProjectManager()
ProjectManagerEx
BuildPromotionContext. getProjectManager()
ProjectManagerEx
BuildTypeContextsImpl. getProjectManager()
ProjectManagerEx
BuildTypeIdentityContext. getProjectManager()
ProjectManagerEx
ProjectContext. getProjectManager()
ProjectManagerEx
TestContext. getProjectManager()
ProjectManagerEx
VcsModificationContext. getProjectManager()
ProjectManagerEx
VcsRootContext. getProjectManager()
ProjectManagerEx
VcsRootInstanceContext. getProjectManager()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type ProjectManagerEx Modifier and Type Method Description void
BuildContextImpl. setProjectManager(ProjectManagerEx projectManager)
void
BuildTypeContextsImpl. setProjectManager(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type ProjectManagerEx Modifier and Type Method Description protected abstract Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BuildsPerSeries>
HistoryRetentionPolicy. computeBuildTypeIdToBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
protected Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BuildsPerSeries>
KeepNBuildsPolicy. computeBuildTypeIdToBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
protected Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BuildsPerSeries>
KeepNDaysMBuildsPolicy. computeBuildTypeIdToBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
protected Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BuildsPerSeries>
KeepNDaysPolicy. computeBuildTypeIdToBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
protected Map<String,jetbrains.buildServer.serverSide.impl.cleanup.BuildsPerSeries>
KeepNothingPolicy. computeBuildTypeIdToBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
Map<String,gnu.trove.list.TLongList>
HistoryRetentionPolicy. getBuildsToClean(DBFunctions dbf, Collection<String> buildTypeIds, int packSize, ProjectManagerEx projectManager, jetbrains.buildServer.serverSide.impl.cleanup.CleanupStatistics statistics, CleanupDecisionListener decisionListener)
protected void
HistoryRetentionPolicy. reportUnresolvedBuildType(CleanupDecisionListener decisionListener, String buildTypeId, ProjectManagerEx projectManager)
void
BuildsHistoryCleanerImpl. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type ProjectManagerEx Constructor Description CleanupProcessCreator(DBFacade dbFacade, EventDispatcher<BuildServerListener> dispatcher, ProjectManagerEx projectManager, BuildsHistoryCleaner buildsHistoryCleaner, CleanupExtensionsExecutor cleanupExtensionsExecutor, KeepRulesManager keepRulesManager, BuildPromotionManagerEx buildPromotionManager, TagsManager tagsManager, DeletedEntitiesProcessor deletedEntitiesProcessor)
DeletedEntitiesProcessor(ProjectManagerEx projectManager, DBFacade dbFacade, ServerPaths serverPaths)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters with parameters of type ProjectManagerEx Modifier and Type Method Description static KeepBranchActivityFilter
KeepBranchActivityFilter. fromFeatureParams(ProjectManagerEx projectManager, Map<String,String> params)
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters with parameters of type ProjectManagerEx Constructor Description KeepBranchActivityFilter(ProjectManagerEx projectManager, KeepBranchActivityFilter.Activity activity)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions with parameters of type ProjectManagerEx Constructor Description LegacyKeepBranchesPartition(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type ProjectManagerEx Modifier and Type Method Description static SKeepRule
PredefinedRules. createLegacyKeepNBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int buildsCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNBuildsPolicy
.static SKeepRule
PredefinedRules. createLegacyKeepNDaysMBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, int buildsCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNDaysMBuildsPolicy
.static SKeepRule
PredefinedRules. createLegacyKeepNDaysRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNDaysPolicy
. -
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type ProjectManagerEx Constructor Description KeepRuleFactory(ProjectManagerEx projectManager, BranchSpecs branchSpecs)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history with parameters of type ProjectManagerEx Modifier and Type Method Description void
DBBuildHistory. setProjectManager(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement ProjectManagerEx Modifier and Type Class Description class
ProjectManagerImpl
Constructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectManagerEx Constructor Description ConfigFilesUpdaterImpl(BuildServerState serverState, ServerPaths paths, ConfigFileSystem fs, ProjectsLoader projectsLoader, ProjectManagerEx projectManager, ProjectManagerErrors configErrors, ProjectIdentifiersManager projectIdentifiersManager, Trash trash, CentralConfigsRepository centralConfigsRepository)
DefaultBuildTypeIdentifiersValidator(ProjectManagerEx projectManager)
DefaultProjectIdIdentifiersValidator(ProjectManagerEx projectManager)
DefaultVcsRootIdentifiersValidator(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.impl.tracker
Constructors in jetbrains.buildServer.serverSide.impl.tracker with parameters of type ProjectManagerEx 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 ProjectManagerEx in jetbrains.buildServer.serverSide.impl.versionedSettings
Constructors in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type ProjectManagerEx Constructor Description BuildChainModifier(ProjectManagerEx projectManager, BuildTypeIdentifiersManager buildTypeIdentifiersManager, VcsRootIdentifiersManager vcsRootIdentifiersManager, BuildCustomizerFactory buildCustomizerFactory)
InapplicableSettingsFinderImpl(ProjectManagerEx projectManager)
VersionedSettingsCommitErrorHealthReport(ProjectManagerEx projectManager, VersionedSettingsManager versionedSettingsManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return ProjectManagerEx Modifier and Type Method Description ProjectManagerEx
ProjectsImportServiceProvider. getProjectManager()
-
Uses of ProjectManagerEx in jetbrains.buildServer.serverSide.projectsImport.impl
Methods in jetbrains.buildServer.serverSide.projectsImport.impl that return ProjectManagerEx Modifier and Type Method Description ProjectManagerEx
ServerProjectsImportManager. getProjectManager()
Constructors in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type ProjectManagerEx Constructor Description ServerProjectsImportManager(EventDispatcher<ProjectsImportListener> eventDispatcher, ZipFactory zipFactory, SecurityContextEx securityContext, DBFunctionsProvider db, NumericIdSequences idSequences, ProjectIdProvider projectIdProvider, ServerPaths serverPaths, ExecutorServices executorServices, ProjectPersistingHandler projectPersistingHandler, ProjectsLoader projectsLoader, AuditLogFactory auditLogFactory, SQLDialect dialect, ProjectIdentifiersManagerImpl projectIdentifiersManager, BuildTypeIdentifiersManagerImpl buildTypeIdentifiersManager, VcsRootIdentifiersManagerImpl vcsRootIdentifiersManager, ProjectManagerEx projectManager, UserModel userModel, UserGroupManager userGroupManager, EncryptionManager encryptionManager, ProjectImportSettings settings)
-
Uses of ProjectManagerEx in jetbrains.buildServer.status
Methods in jetbrains.buildServer.status with parameters of type ProjectManagerEx Modifier and Type Method Description void
StatusProviderImpl. setProjectManager(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.users.impl
Fields in jetbrains.buildServer.users.impl declared as ProjectManagerEx Modifier and Type Field Description protected ProjectManagerEx
UserImpl. myProjectManager
Methods in jetbrains.buildServer.users.impl with parameters of type ProjectManagerEx Modifier and Type Method Description void
UserDataLoaderImpl. setProjectManager(ProjectManagerEx projectManager)
void
UserFactoryImpl. setProjectManager(ProjectManagerEx projectManager)
Constructors in jetbrains.buildServer.users.impl with parameters of type ProjectManagerEx 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)
RestrictedUserImpl(UserEx delegate, PermissionsHolder permissionsRestrictor, ProjectManagerEx projectManager, SecurityContextEx securityContext)
RolesHolderImpl(SecurityContext securityContext, RolesUpdate<T> rolesUpdater, RolesManager rolesManager, RolesConverter rolesConverter, ProjectManagerEx 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)
-
Uses of ProjectManagerEx in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return ProjectManagerEx Modifier and Type Method Description ProjectManagerEx
VcsRootFactoryImpl. getProjectManager()
Methods in jetbrains.buildServer.vcs.impl with parameters of type ProjectManagerEx Modifier and Type Method Description void
DBVcsModificationHistory. setProjectManager(ProjectManagerEx projectManager)
void
VcsRootFactoryImpl. setProjectManager(ProjectManagerEx projectManager)
void
VcsRootsManagerImpl. setProjectManager(ProjectManagerEx projectManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.virtualConfiguration.generator.impl
Constructors in jetbrains.buildServer.virtualConfiguration.generator.impl with parameters of type ProjectManagerEx Constructor Description VirtualProjectGeneratorImpl(ProjectManagerEx projectManager, AgentPoolManager agentPoolManager, VersionedSettingsManager vcsManager, KeepRulesManager keepRulesManager)
-
Uses of ProjectManagerEx in jetbrains.buildServer.web.reportTabs.impl
Constructors in jetbrains.buildServer.web.reportTabs.impl with parameters of type ProjectManagerEx Constructor Description ReportTabManagerImpl(PagePlaces pagePlaces, CriticalErrors criticalErrors, ProjectManagerEx projectManager, RevisionRuleBuildFinders buildFinders, SBuildServer buildServer, ReportTabsIsolationProtection reportTabsIsolationProtection, EventDispatcher<BuildServerListener> serverEvents)
-