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.
Datei anzeigen Open project: SonarQubeCommunity/sonarqube-windows-installer

Public Methods

Method Description
UpdateSonarPropertiesFileForSql ( Microsoft.Deployment.WindowsInstaller.Session session ) : void

Private Methods

Method 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 method

public static UpdateSonarPropertiesFileForSql ( Microsoft.Deployment.WindowsInstaller.Session session ) : void
session Microsoft.Deployment.WindowsInstaller.Session
return void