C# Class SonarLint.VisualStudio.Integration.ErrorListInfoBarController.EventDrivenBindingUpdate

Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Property Type Description
ExecuteBindCommand void
ExecuteRefreshCommand void
FindProject SonarLint.VisualStudio.Integration.TeamExplorer.ProjectViewModel
IsConnected bool
IsConnected bool
OnFinished void
RefreshConnection void
Start void
UpdateBinding void
WhenNotBusy void

Public Methods

Method Description
ConnectAndBind ( ) : void
EventDrivenBindingUpdate ( IHost host, BoundSonarQubeProject binding ) : EnvDTE

Private Methods

Method Description
ExecuteBindCommand ( ) : void
ExecuteRefreshCommand ( ) : void
FindProject ( Uri serverUri, string projectKey ) : ProjectViewModel
IsConnected ( ) : bool
IsConnected ( Uri serverUri ) : bool
OnFinished ( BindingRequestResult result ) : void
RefreshConnection ( ) : void
Start ( ) : void
UpdateBinding ( ) : void
WhenNotBusy ( System.Action action ) : void

Method Details

ConnectAndBind() public method

public ConnectAndBind ( ) : void
return void

EventDrivenBindingUpdate() public method

public EventDrivenBindingUpdate ( IHost host, BoundSonarQubeProject binding ) : EnvDTE
host IHost
binding SonarLint.VisualStudio.Integration.Persistence.BoundSonarQubeProject
return EnvDTE