C# Class SonarQubeBootstrapper.Helpers.SonarProcessHelper

Helper class to detect if a SonarQube service/process is running on the target machine
Afficher le fichier Open project: SonarQubeCommunity/sonarqube-windows-installer

Méthodes publiques

Méthode Description
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.

Method Details

DoesSonarQubeServiceExist() public static méthode

Checks if a service that goes by the name SonarQube exists on the target machine.
public static DoesSonarQubeServiceExist ( ) : bool
Résultat bool

IsSonarQubeBatchRunning() public static méthode

Checks if SonarQube batch file is running on the machine.
public static IsSonarQubeBatchRunning ( ) : bool
Résultat bool

IsSonarQubeRunning() public static méthode

Checks either SonarQube service or batch file running on the machine.
public static IsSonarQubeRunning ( ) : bool
Résultat bool