메소드 | 설명 | |
---|---|---|
AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
Associates the with new project.
|
|
GeneralConfigurationViewModel ( |
Initializes a new instance of the GeneralConfigurationViewModel class.
|
|
GetAvailableModel ( ) : object |
Gets the available model, TODO: needs to be removed after viewmodels 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].
|
|
OnExtensionDebugModeEnabledChanged ( ) : void |
The on extension debug mode enabled changed.
|
|
OnIsConnectAtStarOnChanged ( ) : void |
The on is connect at star on changed.
|
|
OnSelectedViewChanged ( ) : void |
The on selected view changed.
|
|
OnServerAddressChanged ( ) : void |
Called when [server address changed].
|
|
OnSolutionClosed ( ) : void |
The end data association.
|
|
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 |
Updates the services.
|
메소드 | 설명 | |
---|---|---|
OnAnalysisModeHasChange ( |
The on changed.
|
메소드 | 설명 | |
---|---|---|
GetCredentials ( ) : void |
The get credentials.
|
|
OnClearCacheCommand ( object data ) : void |
The on clear cache command.
|
|
OnClearCredentials ( object data ) : void |
The on clear credentials.
|
|
OnConnectToServerCommand ( object obj ) : void |
Called when [connect to server command].
|
|
OnGetTokenCommand ( object obj ) : void | ||
OnTestAndSavePassword ( object obj ) : void |
The on test and save password.
|
|
SetCredentials ( string userName, string password ) : void |
The set credentials.
|
public AssociateWithNewProject ( Resource project, string workingDir, ISourceControlProvider provider, Profile>.Dictionary |
||
project | Resource | The project. |
workingDir | string | The working dir. |
provider | ISourceControlProvider | The provider. |
profile | Profile>.Dictionary | The profile. |
visualStudioVersion | string | |
리턴 | void |
public GeneralConfigurationViewModel ( |
||
viewModel | The view model. | |
restService | ISonarRestService | The rest service. |
configurationHelper | IConfigurationHelper | The configuration helper. |
notificationManager | INotificationManager | The notification manager. |
리턴 | System |
protected OnAnalysisModeHasChange ( |
||
e | /// The e. /// | |
리턴 | void |
public OnConnectToSonar ( ISonarConfiguration configuration, IEnumerable |
||
configuration | ISonarConfiguration | sonar configuration |
availableProjects | IEnumerable |
|
plugin | IIssueTrackerPlugin | |
리턴 | void |
public OnExtensionDebugModeEnabledChanged ( ) : void | ||
리턴 | void |
public ReloadDataFromDisk ( Resource associatedProjectIn ) : void | ||
associatedProjectIn | Resource | The associated project in. |
리턴 | void |
public UpdateColours ( Color background, Color foreground ) : void | ||
background | Color | /// The background. /// |
foreground | Color | /// The foreground. /// |
리턴 | void |
public UpdateServices ( IVsEnvironmentHelper vsenvironmenthelperIn, IVSSStatusBar statusBar, IServiceProvider provider ) : void | ||
vsenvironmenthelperIn | IVsEnvironmentHelper | The vsenvironmenthelper in. |
statusBar | IVSSStatusBar | The status bar. |
provider | IServiceProvider | The provider. |
리턴 | void |