C# Class VSSonarExtensionUi.Model.Helpers.NotifyCationManager

The notify cation manager.
Inheritance: INotificationManager, IModelBase
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Méthodes publiques

Méthode Description
AssociateProjectToSolution ( string v1, string v2 ) : void

Associates the project to solution. TODO, to be removed

AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary profile, string visualStudioVersion ) : void

Associates the with new project.

ClearCache ( ) : void

Clears the cache.

EndedWorking ( ) : void

Endeds the working.

FlagFailure ( string v ) : void

Flags the failure.

GetViewModel ( ) : object

Gets the view model.

NotifyCationManager ( SonarQubeViewModel model, string visualStudioVersion ) : System

Initializes a new instance of the NotifyCationManager class.

OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable availableProjects, IIssueTrackerPlugin issuePlugin ) : void

Called when [connect to sonar].

OnDisconnect ( ) : void

Called when [disconnect].

OnIssuesUpdated ( ) : void

Called when [issues updated].

OnNewIssuesUpdated ( ) : void

Called when [new issues updated].

OnSolutionClosed ( ) : void

The end data association.

RefreshDataForResource ( ) : void

Refreshes the data for resource.

RemoveMenuPlugin ( IMenuCommandPlugin menuPlugin ) : void

Removes the menu plugin.

ReportException ( Exception ex ) : void

The report exception.

ReportMessage ( Message messages ) : void

The report message.

ResetAndEstablishANewConnectionToServer ( ) : void

Resets the and establish a new connection to server.

ResetFailure ( ) : void

Resets the failure.

StartedWorking ( string busyMessage ) : void

Starteds the working.

UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void

Updates the services.

WriteException ( Exception ex ) : void

The write exception.

WriteMessage ( string msg ) : void

The write message.

Method Details

AssociateProjectToSolution() public méthode

Associates the project to solution. TODO, to be removed
public AssociateProjectToSolution ( string v1, string v2 ) : void
v1 string The v1.
v2 string The v2.
Résultat void

AssociateWithNewProject() public méthode

Associates the with new project.
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary profile, string visualStudioVersion ) : void
project VSSonarPlugins.Types.Resource The project.
workingDir string The working dir.
provider ISourceControlProvider The provider.
profile Profile>.Dictionary
visualStudioVersion string
Résultat void

ClearCache() public méthode

Clears the cache.
public ClearCache ( ) : void
Résultat void

EndedWorking() public méthode

Endeds the working.
public EndedWorking ( ) : void
Résultat void

FlagFailure() public méthode

Flags the failure.
public FlagFailure ( string v ) : void
v string The v.
Résultat void

GetViewModel() public méthode

Gets the view model.
public GetViewModel ( ) : object
Résultat object

NotifyCationManager() public méthode

Initializes a new instance of the NotifyCationManager class.
public NotifyCationManager ( SonarQubeViewModel model, string visualStudioVersion ) : System
model SonarQubeViewModel The model.
visualStudioVersion string The visual studio version.
Résultat System

OnConnectToSonar() public méthode

Called when [connect to sonar].
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable availableProjects, IIssueTrackerPlugin issuePlugin ) : void
configuration ISonarConfiguration sonar configuration
availableProjects IEnumerable
issuePlugin IIssueTrackerPlugin
Résultat void

OnDisconnect() public méthode

Called when [disconnect].
public OnDisconnect ( ) : void
Résultat void

OnIssuesUpdated() public méthode

Called when [issues updated].
public OnIssuesUpdated ( ) : void
Résultat void

OnNewIssuesUpdated() public méthode

Called when [new issues updated].
public OnNewIssuesUpdated ( ) : void
Résultat void

OnSolutionClosed() public méthode

The end data association.
public OnSolutionClosed ( ) : void
Résultat void

RefreshDataForResource() public méthode

Refreshes the data for resource.
public RefreshDataForResource ( ) : void
Résultat void

RemoveMenuPlugin() public méthode

Removes the menu plugin.
public RemoveMenuPlugin ( IMenuCommandPlugin menuPlugin ) : void
menuPlugin IMenuCommandPlugin The menu plugin.
Résultat void

ReportException() public méthode

The report exception.
public ReportException ( Exception ex ) : void
ex System.Exception The ex.
Résultat void

ReportMessage() public méthode

The report message.
public ReportMessage ( Message messages ) : void
messages VSSonarPlugins.Message The messages.
Résultat void

ResetAndEstablishANewConnectionToServer() public méthode

Resets the and establish a new connection to server.
public ResetAndEstablishANewConnectionToServer ( ) : void
Résultat void

ResetFailure() public méthode

Resets the failure.
public ResetFailure ( ) : void
Résultat void

StartedWorking() public méthode

Starteds the working.
public StartedWorking ( string busyMessage ) : void
busyMessage string The busy message.
Résultat void

UpdateServices() public méthode

Updates the services.
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void
vsenvironmenthelperIn IVsEnvironmentHelper The vsenvironmenthelper in.
statusBar IVSSStatusBar The status bar.
provider IServiceProvider The provider.
Résultat void

WriteException() public méthode

The write exception.
public WriteException ( Exception ex ) : void
ex System.Exception /// The ex. ///
Résultat void

WriteMessage() public méthode

The write message.
public WriteMessage ( string msg ) : void
msg string /// The msg. ///
Résultat void