Interaction logic for JiraConnectionUI.xaml
Inheritance: System.Windows.Controls.UserControl
 /// <summary>
 /// Resets bug tracker connection settings to default settings.
 /// Called when a project containg Jira settings is first opened, but before settings are loaded.
 /// Also called when the project is closed.
 /// Useful method to clean up the bug tracker data internally.
 /// </summary>
 public void ResetSettings()
 {
     this.JiraSettings = null;
     this.activeJiraConnection = null;
     this.settingsUiControl = null;
 }
Example #2
0
 /// <summary>
 /// Resets bug tracker connection settings to default settings.
 /// Called when a project containg Jira settings is first opened, but before settings are loaded.
 /// Also called when the project is closed.
 /// Useful method to clean up the bug tracker data internally.
 /// </summary>
 public void ResetSettings()
 {
     this.JiraSettings         = null;
     this.activeJiraConnection = null;
     this.settingsUiControl    = null;
 }