Uses of Interface
com._1c.g5.v8.dt.team.settings.IDevelopmentProcessSettings
Packages that use IDevelopmentProcessSettings
Package
Description
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.internal.team.infobasesMethods in com._1c.g5.v8.dt.internal.team.infobases with parameters of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionTeamInfobasesDevelopmentOptionsSupplier.getDefaultOptions(IDevelopmentProcessSettings settings) 
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.internal.team.settingsClasses in com._1c.g5.v8.dt.internal.team.settings that implement IDevelopmentProcessSettingsMethods in com._1c.g5.v8.dt.internal.team.settings that return IDevelopmentProcessSettingsModifier and TypeMethodDescriptionDevelopmentProcessSettings.copy()DevelopmentProcessSettingsManager.dublicate(IDevelopmentProcessSettings settings) DevelopmentProcessSettingsManager.save(IDevelopmentProcessSettings settings) Methods in com._1c.g5.v8.dt.internal.team.settings that return types with arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionDevelopmentProcessSettingsManager.getAll()TeamPreferenceStore.getDefaultDevelopmentProcessSettings()Returns default development process settings from Team plugin preferences.DevelopmentProcessSettingsManager.getDefaults()TeamPreferenceStore.getDevelopmentProcessSettings()Gets development process settings from Team plugin preferences.Methods in com._1c.g5.v8.dt.internal.team.settings with parameters of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionDevelopmentProcessSettingsManager.dublicate(IDevelopmentProcessSettings settings) ExtensionsAggregatingDevelopmentOptionsSupplier.getDefaultOptions(IDevelopmentProcessSettings settings) voidDevelopmentProcessSettingsManager.remove(IDevelopmentProcessSettings settings) DevelopmentProcessSettingsManager.save(IDevelopmentProcessSettings settings) Method parameters in com._1c.g5.v8.dt.internal.team.settings with type arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionvoidTeamPreferenceStore.putDefaultDevelopmentProcessSettings(List<IDevelopmentProcessSettings> settings) Puts default development process settings to Team plugin preferences.voidTeamPreferenceStore.putDevelopmentProcessSettings(List<IDevelopmentProcessSettings> settings) Puts development process settings to Team plugin preferences.Constructors in com._1c.g5.v8.dt.internal.team.settings with parameters of type IDevelopmentProcessSettingsModifierConstructorDescriptionDevelopmentProcessSettings(IIssueType issueType, IDevelopmentProcessSettings settings) Creates new instance associated with issue type and values from settings.
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.internal.team.uiMethods in com._1c.g5.v8.dt.internal.team.ui that return IDevelopmentProcessSettingsModifier and TypeMethodDescriptionTeamUiServiceSupport.getSettingsByBranch(String refName, List<IDevelopmentProcessSettings> settings) Returns settings by branch prefix or first element from all settings.Methods in com._1c.g5.v8.dt.internal.team.ui that return types with arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionstatic List<IDevelopmentProcessSettings>TeamUiUtil.initSettings(List<IDevelopmentProcessSettings> originalSettings) Method parameters in com._1c.g5.v8.dt.internal.team.ui with type arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionTeamUiServiceSupport.getSettingsByBranch(String refName, List<IDevelopmentProcessSettings> settings) Returns settings by branch prefix or first element from all settings.static List<IDevelopmentProcessSettings>TeamUiUtil.initSettings(List<IDevelopmentProcessSettings> originalSettings) Constructor parameters in com._1c.g5.v8.dt.internal.team.ui with type arguments of type IDevelopmentProcessSettingsModifierConstructorDescriptionDevelopmentProcessSettingsFieldFactory(org.eclipse.core.databinding.observable.value.IObservableValue<IDevelopmentProcessSettings> model) Creates new instance.
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.internal.team.ui.preferencesConstructors in com._1c.g5.v8.dt.internal.team.ui.preferences with parameters of type IDevelopmentProcessSettingsModifierConstructorDescriptionEditIssueTypeDialog(org.eclipse.swt.widgets.Shell parent, IDevelopmentProcessSettings editingSettings, List<IDevelopmentProcessSettings> anotherSettings) Constructor parameters in com._1c.g5.v8.dt.internal.team.ui.preferences with type arguments of type IDevelopmentProcessSettingsModifierConstructorDescriptionEditIssueTypeDialog(org.eclipse.swt.widgets.Shell parent, IDevelopmentProcessSettings editingSettings, List<IDevelopmentProcessSettings> anotherSettings) 
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.internal.team.ui.wizardsMethods in com._1c.g5.v8.dt.internal.team.ui.wizards that return IDevelopmentProcessSettingsModifier and TypeMethodDescriptionprotected IDevelopmentProcessSettingsAbstractCreateBranchWizardPage.getSettings()Returns currentIDevelopmentProcessSettings.CreateBranchWizard.getSettings()Returns currentIDevelopmentProcessSettings.Methods in com._1c.g5.v8.dt.internal.team.ui.wizards that return types with arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionprotected List<IDevelopmentProcessSettings>AbstractCreateBranchWizardPage.getWizardSettingsData()Returns wizard settings data.CreateBranchWizard.getWizardSettingsData()Returns wizard settings data.Methods in com._1c.g5.v8.dt.internal.team.ui.wizards with parameters of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionvoidAbstractCreateBranchWizardPage.afterChange(IDevelopmentProcessSettings masterModel) protected voidAbstractCreateBranchWizardPage.setSettings(IDevelopmentProcessSettings settings) Sets currentIDevelopmentProcessSettings.voidCreateBranchWizard.setSettings(IDevelopmentProcessSettings settings) Sets currentIDevelopmentProcessSettings.protected voidCreateBranchWizardMainPage.updateSettings(IDevelopmentProcessSettings newSettings) Updates settings with new value.
- 
Uses of IDevelopmentProcessSettings in com._1c.g5.v8.dt.team.settingsMethods in com._1c.g5.v8.dt.team.settings that return IDevelopmentProcessSettingsModifier and TypeMethodDescriptionIDevelopmentProcessSettings.copy()Creates instance copy.IDevelopmentProcessSettingsManager.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.save(IDevelopmentProcessSettings settings) Saves development process settings without saving and returns new stored instance of development process settings.Methods in com._1c.g5.v8.dt.team.settings that return types with arguments of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionIDevelopmentProcessSettingsManager.getAll()Returns collection of existed development process settings.IDevelopmentProcessSettingsManager.getDefaults()Returns default version collection of development process settings.Methods in com._1c.g5.v8.dt.team.settings with parameters of type IDevelopmentProcessSettingsModifier and TypeMethodDescriptionIDevelopmentProcessSettingsManager.dublicate(IDevelopmentProcessSettings settings) Dublicate development process settings without saving with new generated unique name.IDevelopmentOptionsSupplier.getDefaultOptions(IDevelopmentProcessSettings settings) Returns default options for givensettings.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.