Méthode | Description | |
---|---|---|
AssignASonarProjectToSolution ( |
The on assign project command.
|
|
AssociateProjectToSolution ( string solutionName, string solutionPath, ICollection |
The associate project to solution.
|
|
AssociationModel ( INotificationManager logger, ISonarRestService service, IConfigurationHelper configurationHelper, ISQKeyTranslator translator, IPluginManager pluginManager, SonarQubeViewModel model, ISonarLocalAnalyser localAnalyeser, string vsVersion ) : System |
Initializes a new instance of the AssociationModel class.
|
|
CreateAValidResourceFromServer ( string fullName, |
The create a resource for file in editor.
|
|
CreateResourcePathFile ( string fullName, |
Creates the resource path file.
|
|
CurrentBranch ( ISourceControlProvider sourceControlProvider ) : string |
Currents the branch.
|
|
Disconnect ( ) : void |
Disconnects this instance.
|
|
GetResourceForSolution ( string solutionName, string solutionPath, ICollection |
Generates a resource name from a given solution, it will bring Associtation View in case automatic associations is not possible
|
|
OnConnectToSonar ( ) : void |
Called when [connect to sonar].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
RegisterNewModelInPool ( IModelBase model ) : void |
Registers the new model in pool.
|
|
StartAutoAssociation ( string solutionName, string solutionPath, ICollection |
Starts the automatic association.
|
|
UpdateServicesInModels ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void |
Updates the services.
|
Méthode | Description | |
---|---|---|
CreateConfiguration ( string pathForPropertiesFile ) : void |
Creates the configuration.
|
|
CreateResourceForKey ( string fullName, string key ) : |
Validates the resource in server.
|
|
GetProjectInBranchResources ( |
||
InitiateAssociationToSonarProject ( ISourceControlProvider sourceControl ) : void |
Updates the services.
|
|
LocalAssociationCompleted ( object sender, |
The update associate command.
|
|
SaveAssociationToDisk ( |
||
SearchSolutionResourceInSonarProjects ( |
public AssignASonarProjectToSolution ( |
||
project | ||
branchProject | The branch project. | |
sourceControl | ISourceControlProvider | |
skipRegisterModels | bool | |
Résultat | bool |
public AssociateProjectToSolution ( string solutionName, string solutionPath, ICollection |
||
solutionName | string | The solution Name. |
solutionPath | string | The solution Path. |
availableProjects | ICollection |
The available projects. |
sourceControl | ISourceControlProvider | |
Résultat | void |
public AssociationModel ( INotificationManager logger, ISonarRestService service, IConfigurationHelper configurationHelper, ISQKeyTranslator translator, IPluginManager pluginManager, SonarQubeViewModel model, ISonarLocalAnalyser localAnalyeser, string vsVersion ) : System | ||
logger | INotificationManager | The logger. |
service | ISonarRestService | The service. |
configurationHelper | IConfigurationHelper | The configuration helper. |
translator | ISQKeyTranslator | The translator. |
pluginManager | IPluginManager | The plugin manager. |
model | SonarQubeViewModel | The |
localAnalyeser | ISonarLocalAnalyser | |
vsVersion | string | |
Résultat | System |
public CreateAValidResourceFromServer ( string fullName, |
||
fullName | string | The full name. |
project | The project. | |
Résultat |
public CreateResourcePathFile ( string fullName, |
||
fullName | string | The full name. |
project | The project. | |
Résultat |
public CurrentBranch ( ISourceControlProvider sourceControlProvider ) : string | ||
sourceControlProvider | ISourceControlProvider | |
Résultat | string |
public GetResourceForSolution ( string solutionName, string solutionPath, ICollection |
||
solutionName | string | The solution Name. |
solutionPath | string | The solution Path. |
availableProjects | ICollection |
The available projects. |
sourceControl | ISourceControlProvider | The source control. |
Résultat |
public static RegisterNewModelInPool ( IModelBase model ) : void | ||
model | IModelBase | The |
Résultat | void |
public StartAutoAssociation ( string solutionName, string solutionPath, ICollection |
||
solutionName | string | Name of the solution. |
solutionPath | string | The solution path. |
availableProjects | ICollection |
The available projects. |
sourceControl | ISourceControlProvider | The source control. |
Résultat | void |
public UpdateServicesInModels ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vsenvironmenthelper in. |
statusBar | IVSSStatusBar | The status bar. |
provider | IServiceProvider | The provider. |
Résultat | void |