C# Class Wix.SonarQube.SonarConfigurationFileEditor

Helper class to modify the sonar.properties file. [TODO] See if we can come up with a better approach to update this file.
Afficher le fichier Open project: SonarQubeCommunity/sonarqube-windows-installer

Méthodes publiques

Méthode Description
UpdateSonarPropertiesFileForSql ( Microsoft.Deployment.WindowsInstaller.Session session ) : void

Private Methods

Méthode Description
CreateSonarPropertyValueMapForSqlServer ( Microsoft.Deployment.WindowsInstaller.Session session ) : string>.Dictionary
MsSqlDatabaseStringBuilder ( Microsoft.Deployment.WindowsInstaller.Session session ) : string
MySqlDatabaseStringBuilder ( Microsoft.Deployment.WindowsInstaller.Session session ) : string
OracleDatabaseStringBuilder ( Microsoft.Deployment.WindowsInstaller.Session session ) : string
PostGreDatabaseStringBuilder ( Microsoft.Deployment.WindowsInstaller.Session session ) : string

Method Details

UpdateSonarPropertiesFileForSql() public static méthode

public static UpdateSonarPropertiesFileForSql ( Microsoft.Deployment.WindowsInstaller.Session session ) : void
session Microsoft.Deployment.WindowsInstaller.Session
Résultat void