C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSonarQubeServiceWrapper

상속: ISonarQubeServiceWrapper
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AssertConnectRequests ( int expectedCount ) : void
ClearServerPlugins ( ) : void
ClearServerProperties ( ) : void
RegisterProjectDashboardUrl ( ConnectionInformation connectionInfo, ProjectInformation projectInfo, Uri url ) : void
RegisterServerPlugin ( ServerPlugin plugin ) : void
RegisterServerProperty ( ServerProperty property ) : void
ResetCounters ( ) : void

비공개 메소드들

메소드 설명
AssertExpectedConnection ( ConnectionInformation connection ) : void
AssertExpectedProjectInformation ( ProjectInformation projectInformation ) : void
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, ProjectInformation project ) : Uri
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, CancellationToken token, ProjectInformation &serverProjects ) : bool
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, CancellationToken token, ServerPlugin &plugins ) : bool
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, CancellationToken token, ServerProperty &properties ) : bool
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, ProjectInformation project, System.Language language, CancellationToken token, SonarLint.VisualStudio.Integration.Service.QualityProfile &profile ) : bool
ISonarQubeServiceWrapper ( ConnectionInformation serverConnection, SonarLint.VisualStudio.Integration.Service.QualityProfile profile, System.Language language, CancellationToken token, RoslynExportProfile &export ) : bool

메소드 상세

AssertConnectRequests() 공개 메소드

public AssertConnectRequests ( int expectedCount ) : void
expectedCount int
리턴 void

ClearServerPlugins() 공개 메소드

public ClearServerPlugins ( ) : void
리턴 void

ClearServerProperties() 공개 메소드

public ClearServerProperties ( ) : void
리턴 void

RegisterProjectDashboardUrl() 공개 메소드

public RegisterProjectDashboardUrl ( ConnectionInformation connectionInfo, ProjectInformation projectInfo, Uri url ) : void
connectionInfo SonarLint.VisualStudio.Integration.Service.ConnectionInformation
projectInfo SonarLint.VisualStudio.Integration.Service.ProjectInformation
url System.Uri
리턴 void

RegisterServerPlugin() 공개 메소드

public RegisterServerPlugin ( ServerPlugin plugin ) : void
plugin SonarLint.VisualStudio.Integration.Service.DataModel.ServerPlugin
리턴 void

RegisterServerProperty() 공개 메소드

public RegisterServerProperty ( ServerProperty property ) : void
property SonarLint.VisualStudio.Integration.Service.ServerProperty
리턴 void

ResetCounters() 공개 메소드

public ResetCounters ( ) : void
리턴 void