Method | Description | |
---|---|---|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModelIn, 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 manager, ISQKeyTranslator translator ) : 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.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
Updates the services.
|
Method | Description | |
---|---|---|
GenerateIdFromMessage ( string htmlText ) : string |
Generates the identifier from message.
|
|
IssueTrackerMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator, |
Initializes a new instance of the IssueTrackerMenu class.
|
|
OnAttachToIssueTracker ( ) : void |
Called when [attache to issue tracker].
|
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModelIn, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
sourceModelIn | ISourceControlProvider | The source model in. |
profile | Profile>.Dictionary | |
visualStudioVersion | string | |
return | void |
public static MakeMenu ( ISonarRestService rest, IssueGridViewModel model, INotificationManager manager, ISQKeyTranslator translator ) : IMenuItem | ||
rest | ISonarRestService | The rest. |
model | IssueGridViewModel | The model. |
manager | INotificationManager | The manager. |
translator | ISQKeyTranslator | The translator. |
return | IMenuItem |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
|
issuePlugin | IIssueTrackerPlugin | |
return | void |
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 |