Method | Description | |
---|---|---|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModel, Profile>.Dictionary |
Associates the with new project.
|
|
CancelRefreshData ( ) : void |
Cancels the refresh data.
|
|
GetMainProject ( Resource projectIn, IList |
Gets the main project.
|
|
GetViewModel ( ) : object |
Gets the view model.
|
|
MakeMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : IMenuItem |
The make menu.
|
|
OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
Called when [connect to sonar].
|
|
OnDisconnect ( ) : void |
Called when [disconnect].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
RefreshMenuData ( ) : void |
Refreshes the menu data for menu that have options that are context dependent on the selected issues.
|
|
SetExclusionsMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : System |
Initializes a new instance of the SourceControlMenu class.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
Updates the services.
|
Method | Description | |
---|---|---|
OnSetExclusionsMenuCommand ( ) : void |
Called when [source control command].
|
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModel, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
sourceModel | ISourceControlProvider | The source model. |
profile | Profile>.Dictionary | |
visualStudioVersion | string | |
return | void |
public static GetMainProject ( Resource projectIn, IList |
||
projectIn | Resource | The project in. |
projects | IList |
The projects. |
return | Resource |
public static MakeMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : IMenuItem | ||
rest | ISonarRestService | The rest. |
model | IssueGridViewModel | The model. |
manager | INotificationManager | The manager. |
translator | ISQKeyTranslator | The translator. |
analyser | ISonarLocalAnalyser | |
return | IMenuItem |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
The available projects. |
issuePlugin | IIssueTrackerPlugin | The issue plugin. |
return | void |
public SetExclusionsMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator, ISonarLocalAnalyser analyser ) : System | ||
rest | ISonarRestService | The rest. |
model | IssueGridViewModel | The model. |
manager | INotificationManager | The manager. |
translator | ISQKeyTranslator | The translator. |
analyser | ISonarLocalAnalyser | |
return | System |
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vsenvironmenthelper in. |
statusBar | IVSSStatusBar | The status bar. |
provider | IServiceProvider | The provider. |
return | void |