Uses of Class
jetbrains.buildServer.serverSide.DuplicateIdException
-
-
Uses of DuplicateIdException in jetbrains
Methods in jetbrains that throw DuplicateIdException Modifier and Type Method Description SBuildRunnerDescriptorMockBuildType. 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 SBuildRunnerDescriptorBuildTypeSettings. 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 voidWriteMap. 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 StringKeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule)Adds the new rule to the build configuration.voidKeepRulesManager. addRule(BuildTypeEx buildType, StorableRule rule, String featureId)Adds the rule with the provided id to the build configuration.StringKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule)Adds the new rule to the template.voidKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)Adds the rule with the provided id to the template.StringKeepRulesManager. addRule(SProject project, StorableRule rule)Adds the new rule to the project.voidKeepRulesManager. addRule(SProject project, StorableRule rule, String featureId)Adds the rule with the provided id to the project.
-