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 void
ConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitter. 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 ProjectSettingsPaths
SecuredVersionedSettingsManager. 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 ProjectSettingsPaths
VersionedSettingsContextFinder. getProjectSettingsPaths(SProject project)
ProjectSettingsPaths
VersionedSettingsContextFinderImpl. 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 ProjectSettingsPaths
VersionedSettingsManagerImpl. getEffectiveProjectSettingsPaths(SProject project)
ProjectSettingsPaths
DirectoryBasedProjectSettingsPathsProvider. getProjectSettingsPaths(String pathToSettings)
ProjectSettingsPaths
FileBasedProjectSettingsPathsProvider. getProjectSettingsPaths(String customPath)
ProjectSettingsPaths
ProjectSettingsPathsProvider. getProjectSettingsPaths(String pathToSettings)
Returns ProjectSettingsPaths object for given Versioned Settings format (generator) and Versioned Settings configuration.ProjectSettingsPaths
Transaction.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)
void
CompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
GlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
CompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
GlobalConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
CompositeConfigChangesCommitter. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitterImpl. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
GlobalConfigChangesCommitterImpl. onProjectRemove(ConfigAction cause, SProject project, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
Transaction. 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 ProjectSettingsPaths
VersionedSettingsManager. getEffectiveProjectSettingsPaths(SProject project)
Returns effective Versioned Settings Files Paths for the given project.
-