Method | Description | |
---|---|---|
EmbbedVersionController ( INotificationManager notificationManager, ISonarRestService restService, IConfigurationHelper configHelper, string roslynDefaultPath ) : System |
Initializes a new instance of the EmbbedVersionController class.
|
|
GetInstalledPaths ( ) : List |
Gets the installed paths.
|
Method | Description | |
---|---|---|
DownloadFileFromServer ( ISonarConfiguration authentication, VersionData versionToUse, string tmpFile, string tmpDir ) : bool | ||
GenerateVersionData ( ) : void |
Generates the version data.
|
|
InitializedServerDiagnostics ( ISonarConfiguration configuration ) : void |
Initializeds the server diagnostics.
|
|
SelectCSharpZipFileToUse ( ISonarConfiguration configuration ) : void |
Selects the zip file to use.
|
|
SyncAnalysersFromServer ( ISonarConfiguration authentication, VersionData versionToUse ) : bool |
Synchronizes the analysers from server.
|
public EmbbedVersionController ( INotificationManager notificationManager, ISonarRestService restService, IConfigurationHelper configHelper, string roslynDefaultPath ) : System | ||
notificationManager | INotificationManager | The notification manager. |
restService | ISonarRestService | The rest service. |
configHelper | IConfigurationHelper | The configuration helper. |
roslynDefaultPath | string | The roslyn default path. |
return | System |