C# Класс SonarQubeBootstrapper.Helpers.SonarProcessHelper

Helper class to detect if a SonarQube service/process is running on the target machine
Показать файл Открыть проект

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

Метод Описание
DoesSonarQubeServiceExist ( ) : bool

Checks if a service that goes by the name SonarQube exists on the target machine.

IsSonarQubeBatchRunning ( ) : bool

Checks if SonarQube batch file is running on the machine.

IsSonarQubeRunning ( ) : bool

Checks either SonarQube service or batch file running on the machine.

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

DoesSonarQubeServiceExist() публичный статический Метод

Checks if a service that goes by the name SonarQube exists on the target machine.
public static DoesSonarQubeServiceExist ( ) : bool
Результат bool

IsSonarQubeBatchRunning() публичный статический Метод

Checks if SonarQube batch file is running on the machine.
public static IsSonarQubeBatchRunning ( ) : bool
Результат bool

IsSonarQubeRunning() публичный статический Метод

Checks either SonarQube service or batch file running on the machine.
public static IsSonarQubeRunning ( ) : bool
Результат bool