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.
|
public static DoesSonarQubeServiceExist ( ) : bool | ||
return | bool |
public static IsSonarQubeBatchRunning ( ) : bool | ||
return | bool |