Uses of Interface
jetbrains.buildServer.serverSide.impl.projects.ProjectManagerErrors
-
Packages that use ProjectManagerErrors Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.projects jetbrains.buildServer.serverSide.impl.versionedSettings -
-
Uses of ProjectManagerErrors in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement ProjectManagerErrors Modifier and Type Class Description class
ProjectManagerErrorsAccumulator
-
Uses of ProjectManagerErrors in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement ProjectManagerErrors Modifier and Type Class Description class
ProjectManagerErrorsImpl
Created 08.03.13 19:23Methods in jetbrains.buildServer.serverSide.impl.projects that return ProjectManagerErrors Modifier and Type Method Description ProjectManagerErrors
ReloadProjectsConfig. getConfigErrors()
Returns errors collector or null if default errors collector should be usedMethods in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectManagerErrors Modifier and Type Method Description ProjectDataModel
ProjectsLoader. readProjectModel(File projectsDir, Collection<String> buildTypeExternalIds, ProjectManagerErrors configErrors)
Reads projects model from the given projects dirvoid
ProjectsLoader. setConfigErrors(ProjectManagerErrors configErrors)
void
ReloadProjectsConfig. setConfigErrors(ProjectManagerErrors configErrors)
Sets errors collector, if errors collector is not specified or null, then the default one will be usedConstructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectManagerErrors Constructor Description ConfigFilesUpdaterImpl(BuildServerState serverState, ServerPaths paths, ConfigFileSystem fs, ProjectsLoader projectsLoader, ProjectManagerEx projectManager, ProjectManagerErrors configErrors, ProjectIdentifiersManager projectIdentifiersManager, Trash trash, CentralConfigsRepository centralConfigsRepository)
ProjectCredentialsStorage(EventDispatcher<BuildServerListener> eventDispatcher, ProjectManager projectManager, ProjectManagerErrors projectManagerErrors, ServerResponsibilityEx serverResponsibility, AccessChecker accessChecker, SecurityContextEx securityContext, EncryptionManager encryptionManager, ConfigActionFactory configActionFactory, ExecutorServices executorServices)
-
Uses of ProjectManagerErrors in jetbrains.buildServer.serverSide.impl.versionedSettings
-