Uses of Class
jetbrains.buildServer.serverSide.impl.projects.ConfigGenerationException
-
-
Uses of ConfigGenerationException in jetbrains.buildServer.pipeline.versionedSettings.yaml
Methods in jetbrains.buildServer.pipeline.versionedSettings.yaml that throw ConfigGenerationException Modifier and Type Method Description ProjectSettingsGenerationResult
YamlPipelineSettingsGenerator. generate(VersionedSettingsFileSystem fs, RawConfigsBuilder builder, GenOptions options)
-
Uses of ConfigGenerationException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw ConfigGenerationException Modifier and Type Method Description boolean
ConfigGenerator. run(File tmpProjectsDir, Set<String> removedProjectExtIds)
Should generate projects in the given empty temporary projects dir and add external ids of the removed projects to the given set.boolean
ConfigGeneratorAdapter. run(File tmpProjectsDir, Set<String> removedProjectExtIds)
void
ConfigFilesUpdater. updateConfigs(ConfigGenerator generator)
Same asConfigFilesUpdater.scheduleUpdateConfigTask(ConfigGenerator, ConfigUpdateCallback, ConfigFilesUpdateOptions, ConfigCauseInfo)
but with default callback which does nothing and default options.void
ConfigFilesUpdaterImpl. updateConfigs(ConfigGenerator generator)
-
Uses of ConfigGenerationException in jetbrains.buildServer.serverSide.impl.versionedSettings
Subclasses of ConfigGenerationException in jetbrains.buildServer.serverSide.impl.versionedSettings Modifier and Type Class Description class
VersionedSettingsException
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that throw ConfigGenerationException Modifier and Type Method Description ProjectSettingsGenerationResult
ProjectSettingsGenerator. generate(VersionedSettingsFileSystem fs, RawConfigsBuilder builder, GenOptions options)
ProjectSettingsGenerationResult
XmlProjectSettingsGenerator. generate(VersionedSettingsFileSystem fs, RawConfigsBuilder builder, GenOptions options)
-