C# Класс VSSonarExtensionUi.Model.Configuration.EmbbedVersionController

controls the available versions in server
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EmbbedVersionController ( INotificationManager notificationManager, ISonarRestService restService, IConfigurationHelper configHelper, string roslynDefaultPath ) : System

Initializes a new instance of the EmbbedVersionController class.

GetInstalledPaths ( ) : List

Gets the installed paths.

Приватные методы

Метод Описание
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.

Описание методов

EmbbedVersionController() публичный Метод

Initializes a new instance of the EmbbedVersionController class.
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.
Результат System

GetInstalledPaths() публичный Метод

Gets the installed paths.
public GetInstalledPaths ( ) : List
Результат List