Uses of Class
jetbrains.buildServer.serverSide.ServerPaths
-
-
Uses of ServerPaths in jetbrains
Methods in jetbrains that return ServerPaths Modifier and Type Method Description ServerPaths
BuildServerCreator. getServerPaths()
Methods in jetbrains with parameters of type ServerPaths Modifier and Type Method Description static void
LicenseTestUtil. deleteLicenseFile(ServerPaths serverPaths)
static File
LicenseTestUtil. getLicensesFile(ServerPaths serverPaths)
static void
BuildServerCreator. patchAuthConfig(ServerPaths serverPaths, Collection<AuthConfigTestPatcher> patchers)
-
Uses of ServerPaths in jetbrains.buildServer.clouds.server.impl.profile
Constructors in jetbrains.buildServer.clouds.server.impl.profile with parameters of type ServerPaths Constructor Description CloudProfileIdGenerator(ServerPaths serverPaths, ProjectFeatureDescriptorFactory featureDescriptorFactory)
-
Uses of ServerPaths in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type ServerPaths Constructor Description FileBrowseController(SBuildServer server, SecurityContext securityContext, WebControllerManager webControllerManager, AuthorizationInterceptor interceptor, WebAccessService webAccessService, File rootDirectory, String urlPath, FileBrowseController.FileActionCallback fileActionCallback, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.controllers.admin
-
Uses of ServerPaths in jetbrains.buildServer.controllers.admin.backup
Constructors in jetbrains.buildServer.controllers.admin.backup with parameters of type ServerPaths Constructor Description BackupController(BackupSettingsPersistor backupSettingsPersistor, BackupProcessManager backupProcessManager, SettingsPersister settingsPersister, ServerPaths serverPaths, AuthorizationInterceptor authInterceptor, AuditLogFactory auditLogFactory, PagePlaces pagePlaces)
-
Uses of ServerPaths in jetbrains.buildServer.controllers.changes
Constructors in jetbrains.buildServer.controllers.changes with parameters of type ServerPaths Constructor Description CreatePatchController(WebControllerManager controllerManager, BuildServerEx server, ServerResponsibility serverResponsibility, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.license
Constructors in jetbrains.buildServer.license with parameters of type ServerPaths Constructor Description ServerLicenseManager(SQLRunnerEx sqlRunner, ServerPaths paths, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, ProjectManagerEx projectManager, FileWatcherFactory fileWatcherFactory, EventDispatcher<BuildServerListener> serverEventDispatcher, ServiceLocator serviceLocator, SettingsPersister settingsPersister, ExecutorServices executorServices)
-
Uses of ServerPaths in jetbrains.buildServer.license.jba
Constructors in jetbrains.buildServer.license.jba with parameters of type ServerPaths Constructor Description ProductKeyPairStorage(ServerPaths serverPaths, SettingsPersister settingsPersister)
-
Uses of ServerPaths in jetbrains.buildServer.maintenance
Methods in jetbrains.buildServer.maintenance that return ServerPaths Modifier and Type Method Description ServerPaths
StartupContext. getServerPaths()
Returns an instance ofServerPaths
if the Data Dir is specified, or throws an exception if not yet. -
Uses of ServerPaths in jetbrains.buildServer.plugins
Constructors in jetbrains.buildServer.plugins with parameters of type ServerPaths Constructor Description ServerPluginDisabledInfoProviderImpl(ServerPaths serverPaths, PluginPaths pluginPaths, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide
Constructors in jetbrains.buildServer.serverSide with parameters of type ServerPaths Constructor Description JdkPackageManager(ServerPaths paths, HttpDownloader downloader, ExecutorServices executorServices, MainConfigManager mainConfigManager, MultiNodesEvents multiNodesEvents, ResetCacheRegister resetCacheRegister)
ProjectsPaths(ServerPaths paths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.buildLog
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type ServerPaths Constructor Description BuildLogFactory(ExecutorServiceManager executors, ServerPaths paths, HttpApi httpApi, BuildLogFacadeFactory buildLogFacadeFactory, ServerResponsibility serverResponsibility, TeamCityNodes teamCityNodes)
ObsoleteLogsMigrator(EventDispatcher<BuildServerListener> dispatcher, ServerPaths serverPaths, ExecutorServices executorServices, BuildHistory history)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.config
Methods in jetbrains.buildServer.serverSide.config with parameters of type ServerPaths Modifier and Type Method Description static File
ConfigHistoryManagerImpl. getConfigHistoryStorageDir(ServerPaths serverPaths, String type, String id)
static File
ConfigHistoryManagerImpl. getOrCreateConfigHistoryStorageDir(ServerPaths serverPaths, String type, String id, ServerResponsibility responsibility)
Constructors in jetbrains.buildServer.serverSide.config with parameters of type ServerPaths Constructor Description ConfigHistoryManagerImpl(ServerPaths serverPaths, EventDispatcher<BuildServerListener> dispatcher, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.crypt
Constructors in jetbrains.buildServer.serverSide.crypt with parameters of type ServerPaths Constructor Description CustomKeyEncryptionStrategy(ServerPaths serverPaths, SettingsPersister settingsPersister, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return ServerPaths Modifier and Type Method Description protected ServerPaths
BaseDatabaseTestCase. createEmptyServerPath()
static ServerPaths
TestDB. getServerPaths()
ServerPaths
TestDBAccess. getServerPaths()
Methods in jetbrains.buildServer.serverSide.db with parameters of type ServerPaths Modifier and Type Method Description boolean
TeamCityDatabaseManager. activateHeartbeat(String nodeId, Set<NodeResponsibility> supportedResponsibilities, boolean fixedResponsibilities, ServerPaths serverPaths, Heartbeat.AppType appType, String accessToken, String uuid, Date serverStartupTimestamp)
Captures the TeamCity database lockstatic File
Heartbeat. getStartingCodeFileDir(ServerPaths serverPaths)
Constructors in jetbrains.buildServer.serverSide.db with parameters of type ServerPaths Constructor Description Heartbeat(DataSource dataSource, ServerPaths serverPaths, SQLDialect sql, Logger logger, Heartbeat.AppInfo appInfo, long startingTime)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.deploymentDashboards.storage
Constructors in jetbrains.buildServer.serverSide.deploymentDashboards.storage with parameters of type ServerPaths Constructor Description JSONBasedDeploymentDashboardStorage(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type ServerPaths Constructor Description ConfigurationErrorsReport(ServerPaths serverPaths, CriticalErrors criticalErrors, ConfigurationErrors configErrors)
DatabaseHealthReport(SQLRunnerEx sqlRunner, WebLinks webLinks, ServerPaths serverPaths, ExecutorServices executorServices, TeamCityDatabaseManager teamCityDatabaseManager)
DataDirectoryPermissionsHealthReport(ServerPaths serverPaths)
UnbundledPluginUsageGlobalReport(PluginManager pluginManager, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches with parameters of type ServerPaths Constructor Description FilesCachesReport(TeamCityNodes teamCityNodes, MultiNodesEvents multiNodesEvents, MultiNodeTasks multiNodeTasks, ServerPaths serverPaths, ExecutorServices executorServices, EventDispatcher<BuildServerListener> dispatcher, DatabaseTimeProvider databaseTimeProvider)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ServerPaths Modifier and Type Method Description void
ServerSettingsImpl. setServerPaths(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.agent
Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type ServerPaths Constructor Description AgentFileManagerCache(ServerPaths paths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.artifacts
Fields in jetbrains.buildServer.serverSide.impl.artifacts declared as ServerPaths Modifier and Type Field Description protected ServerPaths
BuildArtifactsTestCase. myPaths
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type ServerPaths Constructor Description AuthConfigManager(ServerPaths serverPaths, ConfigurationErrors configErrors, FileWatcherFactory fileWatcherFactory, EventDispatcher<BuildServerListener> dispatcher, LoginConfigurationEx loginConfUpdate, ServerResponsibility serverResponsibility, SettingsPersister settingsPersister)
LoginConfigurationImpl(UserModelEx userModel, CriticalErrors criticalErrors, ConfigHistoryManager configHistoryManager, AuditLogFactory auditLogFactory, ServerPaths serverPaths, SecurityContextEx securityContext)
RolesManagerImpl(ServerPaths serverPaths, SecurityContextEx securityContext)
TestRoles(RolesManagerImpl rolesManager, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return ServerPaths Modifier and Type Method Description ServerPaths
BuildTypeContextsImpl. getServerPaths()
ServerPaths
ProjectContext. getServerPaths()
Constructors in jetbrains.buildServer.serverSide.impl.beans with parameters of type ServerPaths Constructor Description BuildTypeContextsImpl(ServerPaths paths, TimeService timeService, ServerMetricsEx metrics, EncryptionManager encryptionManager, FailedTestsStorage failedTestsStorage, VcsContextLocator vcsContextLocator)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.cleanup
Constructors in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type ServerPaths Constructor Description DeletedEntitiesProcessor(ProjectManagerEx projectManager, DBFacade dbFacade, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.cleanup.extensions
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.extensions with parameters of type ServerPaths Constructor Description ObsoleteFilesCleaner(ServerPaths serverPaths, ServerSettings serverSettings, SQLRunnerEx sqlRunner, ProjectManager projectManager, BuildsManager buildsManager, ExecutorServicesEx executorServices, EventDispatcher<BuildServerListener> eventDispatcher, EventDispatcher<FileCleanListener> cleanEventDispatcher, ArtifactsGuard artifactsGuard, CriticalErrors criticalErrors, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.configsRepo
Methods in jetbrains.buildServer.serverSide.impl.configsRepo with parameters of type ServerPaths Modifier and Type Method Description static File
CentralConfigsRepositoryUtils. getCentralConfigsRepositoryCheckoutDir(ServerPaths serverPaths)
static Path
CentralConfigsRepositoryUtils. getCentralConfigsRepositoryPluginData(ServerPaths serverPaths)
static File
CentralConfigsRepositoryUtils. getSelfHostedCetralRepositoryDirectory(ServerPaths serverPaths)
static VcsUrl
CentralConfigsRepositoryUtils. getVcsUrl(ServerPaths serverPaths)
Constructors in jetbrains.buildServer.serverSide.impl.configsRepo with parameters of type ServerPaths Constructor Description CentralConfigsRepository(ExtensionsProvider extensionProvider, VcsRegistryEx vcsContextLocator, ServerPaths serverPaths, ExecutorServices executorServices, EventDispatcher<BuildServerListener> eventDispatcher, ServerResponsibility serverResponsibility, MultiNodesEvents multiNodesEvents)
CentralConfigsRepositoryLoader(VcsRegistryEx vcsContextLocator, ServerPaths serverPaths, MultiNodesEvents multiNodesEvents, EventDispatcher<BuildServerListener> eventDispatcher, ProjectsWatcher projectsWatcher)
RepositoryInitializer(ProjectsPersister projectsPersister, CentralConfigsRepository centralConfigsRepository, ExtensionsProvider extensionsProvider, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.events.async
Constructors in jetbrains.buildServer.serverSide.impl.events.async with parameters of type ServerPaths Constructor Description AsyncEventDispatcher(EventDispatcher<BuildServerListener> serverEventDispatcher, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.installation
Constructors in jetbrains.buildServer.serverSide.impl.installation with parameters of type ServerPaths Constructor Description ServerInstallationsManagerImpl(ServerSettings serverSettings, EventDispatcher<BuildServerListener> eventDispatcher, ServerPaths serverPaths, InstallationsManager installationsManager)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.persisting
Constructors in jetbrains.buildServer.serverSide.impl.persisting with parameters of type ServerPaths Constructor Description PersisterOptions(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.persisting.projects
Constructors in jetbrains.buildServer.serverSide.impl.persisting.projects with parameters of type ServerPaths Constructor Description ProjectPersistTaskFactory(ServerPaths paths, PersisterOptions options, ConfigChangesCommitter configChangesCommitter, ConfigChangesCommitter globalConfigChangesCommitter, ConfigHistoryManager configHistoryManager, AuditLogFactory auditLogFactory, ConfigurationErrors configErrors, Trash trash, ProjectPersistErrors persistErrors, PersistTasksStorage tasksStorage, DeadlocksDetector deadlocksDetector)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.persisting.settings
Constructors in jetbrains.buildServer.serverSide.impl.persisting.settings with parameters of type ServerPaths Constructor Description SettingsSerializer(PersisterOptions options, ServerPaths serverPaths, PersistTasksStorage tasksStorage, FileWatcherFactory fileWatcherFactory, GlobalConfigsChangesCommitter globalConfigsChangesCommitter, UserModelEx userModel)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.personal
Constructors in jetbrains.buildServer.serverSide.impl.personal with parameters of type ServerPaths Constructor Description PersonalBuildCleaner(EventDispatcher<BuildServerListener> eventDispatcher, ExecutorServices executorServices, ServerPaths serverPaths)
PersonalBuildManagerImpl(ServerPaths serverPaths, SecurityContextEx securityContext, NumericIdSequences idSequences)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.projects
Constructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type ServerPaths Constructor Description ConfigFilesUpdaterImpl(BuildServerState serverState, ServerPaths paths, ConfigFileSystem fs, ProjectsLoader projectsLoader, ProjectManagerEx projectManager, ProjectManagerErrors configErrors, ProjectIdentifiersManager projectIdentifiersManager, Trash trash, CentralConfigsRepository centralConfigsRepository)
ProjectConfigFilesCache(ServerPaths serverPaths)
ProjectsLoader(ServerPaths paths, ProjectSettingsManager projectSettingsManager, ProjectIdentifiersManager projectIdentifiersManager, VcsRootIdentifiersManager vcsRootIdentifiersManager, BuildTypeIdentifiersManager buildTypeIdentifiersManager, ConfigActionFactory configActionFactory, XmlBuildSettingsExternalizer xmlBuildSettingsExternalizer, ProjectCredentialsStorage projectCredentials, ServerResponsibility serverResponsibility, MultiNodesEvents multiNodeEvents)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.projectSources
Constructors in jetbrains.buildServer.serverSide.impl.projectSources with parameters of type ServerPaths Constructor Description PatchCacheImpl(ServerPaths paths, EventDispatcher<BuildServerListener> eventDispatcher)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.ssl
Constructors in jetbrains.buildServer.serverSide.impl.ssl with parameters of type ServerPaths Constructor Description UserSSLTrustStoreManager(EventDispatcher<BuildServerListener> eventDispatcher, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.impl.versionedSettings
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.maintenance
Methods in jetbrains.buildServer.serverSide.maintenance with parameters of type ServerPaths Modifier and Type Method Description static String
BackupSettingsPersistor. getBackupPath(ServerPaths serverPaths)
static File
BackupUtil. prepareBackupFileSpec(ServerPaths serverPaths, String fileName)
Constructors in jetbrains.buildServer.serverSide.maintenance with parameters of type ServerPaths Constructor Description BackupProcessManagerImpl(ServerPaths serverPaths, DBFunctionsProvider dbProvider, ZipFactory zipFactory, BackupRegistration backupRegistration, BackupSettingsPersistor backupSettingsPersistor, ActionThrow<AccessDeniedException> accessChecker, MaintenanceLock maintenanceLock, boolean singleUserMode)
BackupProcessor(DBFunctionsProvider dbProvider, ServerPaths serverPaths, ZipFactory zipFactory, BackupConfig config, boolean singleUserMode, int mprocId, Logger maintenanceLogger)
BackupSettingsPersistor(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.metadata.impl
Constructors in jetbrains.buildServer.serverSide.metadata.impl with parameters of type ServerPaths Constructor Description BuildMetadataSettingsImpl(ServerPaths paths)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.projectsExport
Constructors in jetbrains.buildServer.serverSide.projectsExport with parameters of type ServerPaths Constructor Description ServerProjectExportService(ServerPaths serverPaths, ZipFactory fileZipFactory, ExecutorServices executorsServices, SecurityContextEx securityContext, ProjectPersistingHandler projectPersistingHandler, EncryptionManager encryptionManager, ConfigurationEntityPersisters configurationEntityPersisters)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return ServerPaths Modifier and Type Method Description ServerPaths
ProjectsImportServiceProvider. getServerPaths()
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.projectsImport.impl
Methods in jetbrains.buildServer.serverSide.projectsImport.impl that return ServerPaths Modifier and Type Method Description ServerPaths
ServerProjectsImportManager. getServerPaths()
Constructors in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type ServerPaths Constructor Description ProjectImportSettingsImpl(ServerSettings serverSettings, ServerPaths serverPaths)
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 ServerPaths in jetbrains.buildServer.serverSide.statistics.diskusage.impl
Constructors in jetbrains.buildServer.serverSide.statistics.diskusage.impl with parameters of type ServerPaths Constructor Description ArtifactStorageDiskUsageInfoProviderImpl(ServerSettings serverSettings, ServerPaths serverPaths, ExternalStoragesDiskUsageInfoProvider externalStoragesDiskUsageInfoProvider, BuiltInStorageIdAccessor builtInStorageIdAccessor)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.tests
Constructors in jetbrains.buildServer.serverSide.tests with parameters of type ServerPaths Constructor Description TestName2IndexImpl(SQLRunnerEx sqlRunner, ServerResponsibilityEx serverResponsibility, ExecutorServices executorServices, ServerPaths serverPaths, EventDispatcher<BuildServerListener> eventDispatcher)
-
Uses of ServerPaths in jetbrains.buildServer.serverSide.versioning
Methods in jetbrains.buildServer.serverSide.versioning with parameters of type ServerPaths Modifier and Type Method Description static void
VersionManager. checkVersionMatchingInCaseOfDataDirOnly(ServerPaths serverPaths)
Checks that the version of data directory matches this siftware version.static void
VersionManager. checkVersionsAndUpgradeSchemaIfNeeded(DBFunctions dbf, ServerPaths serverPaths)
Upgrades an existance schema if needed.static void
VersionManager. ensureActualDatabase(TeamCityDatabaseManager tcdbm, ServerPaths serverPaths)
static int
VersionManager. loadConsistentVersion(ServerPaths serverPaths, DBFunctions dbf)
Loads versions for both configuration and database (if possible).static int
VersionManager. loadVersionFromDisk(ServerPaths serverPaths)
Loads data format version of the configuration.static void
VersionManager. upgradeIt(ServerPaths serverPaths, DBFunctions dbf, IntInterval upgradeRange)
WARNING! - we're assume that upgradeRange.B will be exactly the current software version number.static void
VersionManager. writeVersionToDisk(ServerPaths serverPaths, int version, Date time)
Constructors in jetbrains.buildServer.serverSide.versioning with parameters of type ServerPaths Constructor Description ConvertedFilesReportStorage(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.templates
Constructors in jetbrains.buildServer.templates with parameters of type ServerPaths Constructor Description EmailTemplates(ServerPaths serverPaths, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.tools.installed
Constructors in jetbrains.buildServer.tools.installed with parameters of type ServerPaths Constructor Description ToolPathsImpl(ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.updates
Constructors in jetbrains.buildServer.updates with parameters of type ServerPaths Constructor Description PluginsUpdater(PluginManager pluginManager, ExecutorServices executorServices, HttpDownloader httpDownloader, PluginSignatureVerifier verifier, ServerPaths serverPaths, ServerSettings serverSettings, AdministratorEmailsSender adminEmailSender, RootUrlHolder urlProvider, ServerResponsibility serverResponsibility)
TeamCityUpdater(ExecutorServices executors, VersionChecker versionChecker, HttpDownloader httpDownloader, ServerStopPerformer serverRestarter, EventDispatcher<BuildServerListener> events, StartupContext startupContext, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, String currentDirPath, AuditLogFactory auditLogFactory, TeamCityServerStartupScript serverStartupScript, ServerPaths serverPaths)
-
Uses of ServerPaths in jetbrains.buildServer.users.impl
Constructors in jetbrains.buildServer.users.impl with parameters of type ServerPaths Constructor Description UserAvatarsManagerImpl(ServerPaths serverPaths, EventDispatcher<BuildServerListener> buildServerListenerEventDispatcher, EventDispatcher<UserModelListener> userModelListenerEventDispatcher, ServerResponsibility serverResponsibility)
-
Uses of ServerPaths in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type ServerPaths Modifier and Type Method Description static void
SpringStartupUtil. doRegisterPrimaryBeans(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory, TeamCityDatabaseManager databaseManager, ServerPaths serverPaths, TeamCityDataDirectoryManager dataDirectoryManager, SQLDialect dialect, Heartbeat heartbeat, InstallationsManager installationsManager, StartupContext startupContext, DBFacade dbFacade)
-
Uses of ServerPaths in jetbrains.buildServer.util.cache
Constructors in jetbrains.buildServer.util.cache with parameters of type ServerPaths Constructor Description EhCacheUtil(ServerPaths serverPaths, ResetCacheRegister register)
ServerEhCacheUtilPath(ServerPaths paths)
-
Uses of ServerPaths in jetbrains.buildServer.vcs.impl
Constructors in jetbrains.buildServer.vcs.impl with parameters of type ServerPaths Constructor Description VcsContentCache(ServerPaths serverPaths, EventDispatcher<BuildServerListener> dispatcher, EventDispatcher<RepositoryStateListener> repositoryStateEvents)
-
Uses of ServerPaths in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type ServerPaths Constructor Description BuildServerConfigurator(BuildServerImpl server, ServerPaths serverPaths, ConfigurationInitializer externalizer, WebResourcesUnpacker resourcesUnpacker, PluginManagerConfigurator pluginConfigurator, ServerSettings serverSettings, BuildServerLifecycleProcessor buildServerLifecycleProcessor, ProjectFactory projectFactory, TestServerMode testServerMode, ProjectConfigFilesCache projectConfigFilesCache, ConfigurationPersister configurationPersister, ConfigActionFactory configActionFactory)
-
Uses of ServerPaths in jetbrains.buildServer.web.plugins
Constructors in jetbrains.buildServer.web.plugins with parameters of type ServerPaths Constructor Description ServerPluginPaths(javax.servlet.ServletContext context, ServerPaths serverPath, PluginsOriginalPackagesImpl pluginsOriginalPackages)
-
Uses of ServerPaths in jetbrains.buildServer.web.plugins.repository
Constructors in jetbrains.buildServer.web.plugins.repository with parameters of type ServerPaths Constructor Description PluginsRepositorySettingsPersistor(ServerPaths serverPaths, AuditLogFactory auditLogFactory)
-
Uses of ServerPaths in jetbrains.buildServer.web.util
Constructors in jetbrains.buildServer.web.util with parameters of type ServerPaths Constructor Description ConfigErrorsCleanupConverter(ServerPaths serverPaths, SecurityContext securityContext, ConfigurationErrorsReport configurationErrorsReport)
-