Uses of Class
jetbrains.buildServer.serverSide.DuplicateIdException
-
-
Uses of DuplicateIdException in jetbrains
Methods in jetbrains that throw DuplicateIdException Modifier and Type Method Description SBuildRunnerDescriptor
MockBuildType. addBuildRunner(String id, String name, String runnerType, Map<String,String> parameters)
-
Uses of DuplicateIdException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw DuplicateIdException Modifier and Type Method Description SBuildRunnerDescriptor
BuildTypeSettings. addBuildRunner(String id, String name, String runnerType, Map<String,String> parameters)
Creates a new build runner with the specified id, name, runner type, and parameters, and adds it to the current build settings. -
Uses of DuplicateIdException in jetbrains.buildServer.serverSide.impl
-
Uses of DuplicateIdException in jetbrains.buildServer.serverSide.impl.buildTypeSettings
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings that throw DuplicateIdException Modifier and Type Method Description default void
WriteMap. add(K id, V t)
Add new value if there is no value stored with provided id -
Uses of DuplicateIdException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that throw DuplicateIdException Modifier and Type Method Description String
KeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule)
Adds the new rule to the build configuration.void
KeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule, String featureId)
Adds the rule with the provided id to the build configuration.String
KeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule)
Adds the new rule to the template.void
KeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)
Adds the rule with the provided id to the template.String
KeepRulesManager. addRule(SProject project, StorableRule rule)
Adds the new rule to the project.void
KeepRulesManager. addRule(SProject project, StorableRule rule, String featureId)
Adds the rule with the provided id to the project.
-