Property | Type | Description | |
---|---|---|---|
DefautValueSonarSources | string | ||
MinimumVersion | string |
Property | Type | Description | |
---|---|---|---|
InstallTools | void | ||
OnDownloadWrapperCommand | void | ||
OnDownloadWrapperStartup | void |
Method | Description | |
---|---|---|
AnalysisOptionsViewModel ( |
Initializes a new instance of the AnalysisOptionsViewModel class.
|
|
AssociateWithNewProject ( Resource project, string workDir, ISourceControlProvider provider, Profile>.Dictionary |
Associates the with new project.
|
|
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.
|
|
OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
Called when [connect to sonar].
|
|
OnDisconnect ( ) : void |
Called when [disconnect].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
ReloadDataFromDisk ( Resource associatedProjectIn ) : void |
The refresh properties in view.
|
|
SaveData ( ) : void |
Saves the data.
|
|
SetGeneralOptions ( ) : void |
The set options.
|
|
UpdateColours ( Color background, Color foreground ) : void |
The update colours.
|
|
UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
The update services.
|
Method | Description | |
---|---|---|
InstallTools ( string cxxwrapper ) : void |
Installs the tools.
|
|
OnDownloadWrapperCommand ( ) : void |
Called when [download wrapper command].
|
|
OnDownloadWrapperStartup ( ) : void |
Called when [download wrapper command].
|
public AnalysisOptionsViewModel ( |
||
viewModel | The view Model. | |
configurationHelper | IConfigurationHelper | The configuration helper. |
return | System |
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 | |
return | void |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
The available projects. |
issuePlugin | IIssueTrackerPlugin | The issue plugin. |
return | void |
public ReloadDataFromDisk ( Resource associatedProjectIn ) : void | ||
associatedProjectIn | Resource | The associated project in. |
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 static string DefautValueSonarSources | ||
return | string |