Метод | Описание | |
---|---|---|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
Associates the with new project.
|
|
CancelRefreshData ( ) : void |
Cancels the refresh data.
|
|
GetViewModel ( ) : object |
Gets the view model.
|
|
MakeMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager notmanager ) : IMenuItem |
Makes the 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.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
Updates the services.
|
Метод | Описание | |
---|---|---|
AssignTagMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager notmanager ) : System |
Initializes a new instance of the AssignTagMenu class.
|
|
OnAssociateCommand ( ) : void |
The on associate command.
|
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
provider | ISourceControlProvider | The provider. |
profile | Profile>.Dictionary | |
visualStudioVersion | string | |
Результат | void |
public static MakeMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager notmanager ) : IMenuItem | ||
rest | ISonarRestService | The rest. |
model | IssueGridViewModel | The model. |
notmanager | INotificationManager | The notmanager. |
Результат | IMenuItem |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
|
issuePlugin | IIssueTrackerPlugin | |
Результат | void |
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vsenvironmenthelper in. |
statusBar | IVSSStatusBar | The status bar. |
provider | IServiceProvider | The provider. |
Результат | void |