Uses of Class
com._1c.g5.v8.dt.team.settings.DevelopmentProcessSettingsException
Packages that use DevelopmentProcessSettingsException
- 
Uses of DevelopmentProcessSettingsException in com._1c.g5.v8.dt.internal.team.settingsMethods in com._1c.g5.v8.dt.internal.team.settings that throw DevelopmentProcessSettingsExceptionModifier and TypeMethodDescriptionDevelopmentProcessSettingsManager.dublicate(IDevelopmentProcessSettings settings) 
- 
Uses of DevelopmentProcessSettingsException in com._1c.g5.v8.dt.team.settingsMethods in com._1c.g5.v8.dt.team.settings that throw DevelopmentProcessSettingsExceptionModifier and TypeMethodDescriptionIDevelopmentProcessSettingsManager.create()Creates new development process settings without saving.Creates new development process settings without saving.IDevelopmentProcessSettingsManager.dublicate(IDevelopmentProcessSettings settings) Dublicate development process settings without saving with new generated unique name.IDevelopmentProcessSettingsManager.getAll()Returns collection of existed development process settings.IDevelopmentProcessSettingsManager.getDefaults()Returns default version collection of development process settings.voidIDevelopmentProcessSettingsManager.remove(IDevelopmentProcessSettings settings) Removes existed development process settings.IDevelopmentProcessSettingsManager.save(IDevelopmentProcessSettings settings) Saves development process settings without saving and returns new stored instance of development process settings.