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 ProjectSettingsGenerationResultYamlPipelineSettingsGenerator. 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 booleanConfigGenerator. 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.booleanConfigGeneratorAdapter. run(File tmpProjectsDir, Set<String> removedProjectExtIds)voidConfigFilesUpdater. updateConfigs(ConfigGenerator generator)Same asConfigFilesUpdater.scheduleUpdateConfigTask(ConfigGenerator, ConfigUpdateCallback, ConfigFilesUpdateOptions, ConfigCauseInfo)but with default callback which does nothing and default options.voidConfigFilesUpdaterImpl. 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 classVersionedSettingsExceptionMethods in jetbrains.buildServer.serverSide.impl.versionedSettings that throw ConfigGenerationException Modifier and Type Method Description ProjectSettingsGenerationResultProjectSettingsGenerator. generate(VersionedSettingsFileSystem fs, RawConfigsBuilder builder, GenOptions options)ProjectSettingsGenerationResultXmlProjectSettingsGenerator. generate(VersionedSettingsFileSystem fs, RawConfigsBuilder builder, GenOptions options)
-