Property | Type | Description | |
---|---|---|---|
InitCommanding | void | ||
InitModels | void | ||
OnApplyCommand | void | ||
OnCancelAndExitCommand | void | ||
OnResetAllChangesCommand | void | ||
OnSaveAndExitCommand | void | ||
UpdateTheme | void |
Method | Description | |
---|---|---|
AssociateWithNewProject ( Resource projectIn, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
Associates the with new project.
|
|
EstablishANewConnectionToServer ( ) : void |
Establishes a new connection to server.
|
|
GetAvailableModel ( ) : object |
Gets the available model, TODO: needs to be removed after view models are split into models and view models
|
|
GetViewModel ( ) : object |
Gets the view model.
|
|
InitPuginSystem ( IVsEnvironmentHelper helper, VSSonarPlugins.PluginController plugincontroller, INotificationManager manager ) : void |
The init plugin system.
|
|
OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
Called when [connect to sonar].
|
|
OnDisconnect ( ) : void |
Called when [disconnect].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
RefreshDiagnostics ( ) : void |
Refreshes the diagnostics.
|
|
ResetUserData ( ) : void |
The reset user data.
|
|
UpdateColours ( Color background, Color foreground ) : void |
The update colors.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
The update services.
|
|
VSonarQubeOptionsViewModel ( ISonarRestService service, IConfigurationHelper configurationHelper, INotificationManager notifier ) : System |
Initializes a new instance of the VSonarQubeOptionsViewModel class.
|
Method | Description | |
---|---|---|
OnRequestClose ( object arg1, object arg2 ) : void |
The on request close.
|
Method | Description | |
---|---|---|
InitCommanding ( ) : void |
The init commanding.
|
|
InitModels ( ) : void |
The init models.
|
|
OnApplyCommand ( ) : void |
The on apply command.
|
|
OnCancelAndExitCommand ( ) : void |
The on cancel and exit command.
|
|
OnResetAllChangesCommand ( ) : void |
The on reset all changes command.
|
|
OnSaveAndExitCommand ( ) : void |
The on save and exit command.
|
|
UpdateTheme ( Color background, Color foreground ) : void |
The update theme.
|
public AssociateWithNewProject ( Resource projectIn, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
||
projectIn | Resource | The project in. |
workingDir | string | The working dir. |
provider | ISourceControlProvider | The provider. |
profile | Profile>.Dictionary | The profile. |
visualStudioVersion | string | |
return | void |
public EstablishANewConnectionToServer ( ) : void | ||
return | void |
public InitPuginSystem ( IVsEnvironmentHelper helper, VSSonarPlugins.PluginController plugincontroller, INotificationManager manager ) : void | ||
helper | IVsEnvironmentHelper | The helper. |
plugincontroller | VSSonarPlugins.PluginController | The plugin controller. |
manager | INotificationManager | The manager. |
return | void |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | The configuration. |
availableProjects | IEnumerable |
The available projects. |
sourcePlugin | IIssueTrackerPlugin | The source control plugin. |
return | void |
protected OnRequestClose ( object arg1, object arg2 ) : void | ||
arg1 | object | The arg 1. |
arg2 | object | The arg 2. |
return | void |
public UpdateColours ( Color background, Color foreground ) : void | ||
background | Color | The background. |
foreground | Color | The foreground. |
return | void |
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vs environment helper in. |
statusBar | IVSSStatusBar | The status bar. |
provider | IServiceProvider | The provider. |
return | void |
public VSonarQubeOptionsViewModel ( ISonarRestService service, IConfigurationHelper configurationHelper, INotificationManager notifier ) : System | ||
service | ISonarRestService | The service. |
configurationHelper | IConfigurationHelper | The configuration helper. |
notifier | INotificationManager | The notifier. |
return | System |