C# 클래스 SonarQubeBootstrapper.Helpers.SonarProcessHelper

Helper class to detect if a SonarQube service/process is running on the target machine
파일 보기 프로젝트 열기: SonarQubeCommunity/sonarqube-windows-installer

공개 메소드들

메소드 설명
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