C# Class SonarQubeBootstrapper.Helpers.SonarProcessHelper

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

Public Methods

Method 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 method

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

IsSonarQubeBatchRunning() public static method

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

IsSonarQubeRunning() public static method

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