C# Class Telerik.TestStudio.Jira.BugTracking.JiraConnectionUI

Interaction logic for JiraConnectionUI.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TestStudio/JiraPlugin Class Usage Examples

Public Methods

Method Description
JiraConnectionUI ( ) : System.Windows.Controls

Default constructor

Private Methods

Method Description
GetProjectsCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
GetProjectsCmdExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Called when the user clicks the 'Get Projects' button. Get the list of projects from the specified server using the specified credentials

Method Details

JiraConnectionUI() public method

Default constructor
public JiraConnectionUI ( ) : System.Windows.Controls
return System.Windows.Controls