Méthode | Description | |
---|---|---|
AssociateProjectToSolution ( string v1, string v2 ) : void |
Associates the project to solution. TODO, to be removed
|
|
AssociateWithNewProject ( |
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 |
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 ( |
The report exception.
|
|
ReportMessage ( |
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 ( |
The write exception.
|
|
WriteMessage ( string msg ) : void |
The write message.
|
public AssociateProjectToSolution ( string v1, string v2 ) : void | ||
v1 | string | The v1. |
v2 | string | The v2. |
Résultat | void |
public AssociateWithNewProject ( |
||
project | The project. | |
workingDir | string | The working dir. |
provider | ISourceControlProvider | The provider. |
profile | Profile>.Dictionary | |
visualStudioVersion | string | |
Résultat | void |
public NotifyCationManager ( SonarQubeViewModel model, string visualStudioVersion ) : System | ||
model | SonarQubeViewModel | The model. |
visualStudioVersion | string | The visual studio version. |
Résultat | System |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
|
issuePlugin | IIssueTrackerPlugin | |
Résultat | void |
public RemoveMenuPlugin ( IMenuCommandPlugin menuPlugin ) : void | ||
menuPlugin | IMenuCommandPlugin | The menu plugin. |
Résultat | void |
public ReportException ( |
||
ex | The ex. | |
Résultat | void |
public ReportMessage ( |
||
messages | The messages. | |
Résultat | void |
public ResetAndEstablishANewConnectionToServer ( ) : void | ||
Résultat | void |
public StartedWorking ( string busyMessage ) : void | ||
busyMessage | string | The busy message. |
Résultat | void |
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 |
public WriteException ( |
||
ex | /// The ex. /// | |
Résultat | void |
public WriteMessage ( string msg ) : void | ||
msg | string | /// The msg. /// |
Résultat | void |