Uses of Interface
jetbrains.buildServer.serverSide.impl.versionedSettings.ProjectSettingsPaths
-
-
Uses of ProjectSettingsPaths in jetbrains.buildServer.pipeline.versionedSettings.yaml
Methods in jetbrains.buildServer.pipeline.versionedSettings.yaml with parameters of type ProjectSettingsPaths Modifier and Type Method Description Set<String>YamlPipelineSettingsGenerator. getBuildTypeConfigPaths(SBuildType buildType, ProjectSettingsPaths projectSettingsPaths)Set<String>YamlPipelineSettingsGenerator. getProjectConfigPaths(SProject project, ProjectSettingsPaths projectSettingsPaths)Set<String>YamlPipelineSettingsGenerator. getTemplateConfigPaths(BuildTypeTemplate template, ProjectSettingsPaths projectSettingsPaths)Set<String>YamlPipelineSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths) -
Uses of ProjectSettingsPaths in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type ProjectSettingsPaths Modifier and Type Method Description voidConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitter. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths) -
Uses of ProjectSettingsPaths in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return ProjectSettingsPaths Modifier and Type Method Description ProjectSettingsPathsSecuredVersionedSettingsManager. getEffectiveProjectSettingsPaths(SProject project) -
Uses of ProjectSettingsPaths in jetbrains.buildServer.serverSide.impl.persisting.projects
Methods in jetbrains.buildServer.serverSide.impl.persisting.projects that return ProjectSettingsPaths Modifier and Type Method Description ProjectSettingsPathsVersionedSettingsContextFinder. getProjectSettingsPaths(SProject project)ProjectSettingsPathsVersionedSettingsContextFinderImpl. getProjectSettingsPaths(SProject project) -
Uses of ProjectSettingsPaths in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return ProjectSettingsPaths Modifier and Type Method Description ProjectSettingsPathsVersionedSettingsManagerImpl. getEffectiveProjectSettingsPaths(SProject project)ProjectSettingsPathsDirectoryBasedProjectSettingsPathsProvider. getProjectSettingsPaths(String pathToSettings)ProjectSettingsPathsFileBasedProjectSettingsPathsProvider. getProjectSettingsPaths(String customPath)ProjectSettingsPathsProjectSettingsPathsProvider. getProjectSettingsPaths(String pathToSettings)Returns ProjectSettingsPaths object for given Versioned Settings format (generator) and Versioned Settings configuration.ProjectSettingsPathsTransaction.RemovedProject. getProjectSettingsPaths()Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type ProjectSettingsPaths Modifier and Type Method Description Set<String>ProjectSettingsGenerator. getBuildTypeConfigPaths(SBuildType buildType, ProjectSettingsPaths projectSettingsPaths)Should return paths to configs of the specified buildType from the root directory of the versioned settings VCS root.Set<String>XmlProjectSettingsGenerator. getBuildTypeConfigPaths(SBuildType buildType, ProjectSettingsPaths projectSettingsPaths)Set<String>ProjectSettingsGenerator. getProjectConfigPaths(SProject project, ProjectSettingsPaths projectSettingsPaths)Should return paths to configs of the specified project from the root directory of the versioned settings VCS root.Set<String>XmlProjectSettingsGenerator. getProjectConfigPaths(SProject project, ProjectSettingsPaths projectSettingsPaths)Set<String>ProjectSettingsGenerator. getTemplateConfigPaths(BuildTypeTemplate template, ProjectSettingsPaths projectSettingsPaths)Should return paths to configs of the specified template from the root directory of the versioned settings VCS root.Set<String>XmlProjectSettingsGenerator. getTemplateConfigPaths(BuildTypeTemplate template, ProjectSettingsPaths projectSettingsPaths)Set<String>ProjectSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths)Should return paths to configs of the specified VCS root from the root directory of the versioned settings VCS root.Set<String>XmlProjectSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths)voidCompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidGlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidCompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidGlobalConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidCompositeConfigChangesCommitter. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitterImpl. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidGlobalConfigChangesCommitterImpl. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidTransaction. projectExternalIdChanged(String oldId, String newId, ProjectSettingsPaths projectSettingsPaths)Constructors in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type ProjectSettingsPaths Constructor Description RemovedProject(String projectExtId, ProjectSettingsPaths projectSettingsPaths) -
Uses of ProjectSettingsPaths in jetbrains.buildServer.serverSide.versionedSettings
Methods in jetbrains.buildServer.serverSide.versionedSettings that return ProjectSettingsPaths Modifier and Type Method Description ProjectSettingsPathsVersionedSettingsManager. getEffectiveProjectSettingsPaths(SProject project)Returns effective Versioned Settings Files Paths for the given project.
-