C# 클래스 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.
파일 보기 프로젝트 열기: SonarQubeCommunity/sonarqube-windows-installer

공개 메소드들

메소드 설명
UpdateSonarPropertiesFileForSql ( Microsoft.Deployment.WindowsInstaller.Session session ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

UpdateSonarPropertiesFileForSql() 공개 정적인 메소드

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