Свойство | Type | Description | |
---|---|---|---|
InitCommanding | void | ||
InitPluginList | bool | ||
OnSelectionChangeCommand | void | ||
SelectIssueTrackerPlugin | void |
Méthode | Description | |
---|---|---|
AssociateWithNewProject ( Resource project, string workDir, ISourceControlProvider provider, Profile>.Dictionary |
Associates the with new project.
|
|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModel, IIssueTrackerPlugin sourcePlugin, Profile>.Dictionary |
Associates the with new project.
|
|
GetAvailableModel ( ) : object |
Gets the available model, TODO: needs to be removed after viewmodels are split into models and view models
|
|
GetIssueTrackerPlugin ( ) : IIssueTrackerPlugin |
Gets the issue tracker plugin.
|
|
GetViewModel ( ) : object |
Gets the view model.
|
|
OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
Called when [connect to sonar].
|
|
OnDisconnect ( ) : void |
Called when [disconnect].
|
|
OnInstallNewPlugin ( ) : void |
Gets or sets a value indicating whether install new plugin.
|
|
OnRemovePlugin ( ) : void |
Gets or sets a value indicating whether remove plugin.
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
PluginManagerModel ( IPluginController controller, IConfigurationHelper configurationHelper, INotificationManager notifyManager, IVsEnvironmentHelper helper ) : System |
Initializes a new instance of the PluginManagerModel class.
|
|
ReloadDataFromDisk ( Resource associatedProjectIn ) : void |
The init data association.
|
|
SaveData ( ) : void |
Saves the data.
|
|
UpdateColours ( Color background, Color foreground ) : void |
The update colours.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
The update services.
|
Méthode | Description | |
---|---|---|
InitCommanding ( ) : void |
The init commanding.
|
|
InitPluginList ( IVsEnvironmentHelper visualStudioHelper, IEnumerable |
The init plugin list.
|
|
OnSelectionChangeCommand ( ) : void |
The on selection change command.
|
|
SelectIssueTrackerPlugin ( ) : void |
Selects the issue tracker plugin.
|
public AssociateWithNewProject ( Resource project, string workDir, ISourceControlProvider provider, Profile>.Dictionary |
||
project | Resource | The project. |
workDir | string | The work dir. |
provider | ISourceControlProvider | The provider. |
profile | Profile>.Dictionary | The profile. |
visualStudioVersion | string | |
Résultat | void |
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider sourceModel, IIssueTrackerPlugin sourcePlugin, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
sourceModel | ISourceControlProvider | The source model. |
sourcePlugin | IIssueTrackerPlugin | The source plugin. |
profile | Profile>.Dictionary | The profile. |
Résultat | void |
public GetIssueTrackerPlugin ( ) : IIssueTrackerPlugin | ||
Résultat | IIssueTrackerPlugin |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
The available projects. |
issuePlugin | IIssueTrackerPlugin | The issue plugin. |
Résultat | void |
public PluginManagerModel ( IPluginController controller, IConfigurationHelper configurationHelper, INotificationManager notifyManager, IVsEnvironmentHelper helper ) : System | ||
controller | IPluginController | The controller. |
configurationHelper | IConfigurationHelper | The configuration helper. |
notifyManager | INotificationManager | The notify manager. |
helper | IVsEnvironmentHelper | The helper. |
Résultat | System |
public ReloadDataFromDisk ( Resource associatedProjectIn ) : void | ||
associatedProjectIn | Resource | The associated project in. |
Résultat | void |
public UpdateColours ( Color background, Color foreground ) : void | ||
background | Color | /// The background. /// |
foreground | Color | /// The foreground. /// |
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 |