Méthode | Description | |
---|---|---|
ClearNonSavedSettings ( ) : void |
Clears the non saved settings.
|
|
ConfigurationHelper ( string vsversion, INotificationManager manager ) : System |
Initializes a new instance of the ConfigurationHelper class.
|
|
ReadSetting ( Context context, string owner, string key ) : SonarQubeProperties |
Reads the setting.
|
|
ReadSettings ( Context context, string owner ) : IEnumerable |
Reads the settings.
|
|
ResetAllSettings ( ) : void |
Deletes the settings file.
|
|
SyncSettings ( ) : void |
Synchronizes the settings.
|
|
UserAppDataConfigurationFile ( ) : string |
The get user app data configuration file.
|
|
UserLogForAnalysisFile ( ) : string |
The get user app data configuration file.
|
|
WriteSetting ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void |
The write setting.
|
|
WriteSetting ( SonarQubeProperties prop, bool sync, bool skipifexist = false ) : void |
Writes the setting.
|
public ConfigurationHelper ( string vsversion, INotificationManager manager ) : System | ||
vsversion | string | The vsversion. |
manager | INotificationManager | The manager. |
Résultat | System |
public ReadSetting ( Context context, string owner, string key ) : SonarQubeProperties | ||
context | Context | The context. |
owner | string | The owner. |
key | string | The key. |
Résultat | SonarQubeProperties |
public ReadSettings ( Context context, string owner ) : IEnumerable |
||
context | Context | The context. |
owner | string | The owner. |
Résultat | IEnumerable |
public UserAppDataConfigurationFile ( ) : string | ||
Résultat | string |
public WriteSetting ( Context context, string owner, string key, string value, bool sync = false, bool skipIfExist = false ) : void | ||
context | Context | The context. |
owner | string | The owner. |
key | string | The key. |
value | string | The value. |
sync | bool | The sync. |
skipIfExist | bool | The skip if exist. |
Résultat | void |
public WriteSetting ( SonarQubeProperties prop, bool sync, bool skipifexist = false ) : void | ||
prop | SonarQubeProperties | The property. |
sync | bool | if set to |
skipifexist | bool | if set to |
Résultat | void |