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

Inheritance: BugTrackerPersistableSettings
Show file Open project: TestStudio/JiraPlugin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
JiraConnectionModel ( ) : System

Default constructor

JiraConnectionModel ( JiraConnectionModel other ) : System

Construct new model by copying the contents of another model.

LoadFrom ( ArtOfTest store ) : void

Load the JIRA connection settings from the XML store.

SaveTo ( ArtOfTest store ) : void

Save the settings to an XML store.

Method Details

JiraConnectionModel() public method

Default constructor
public JiraConnectionModel ( ) : System
return System

JiraConnectionModel() public method

Construct new model by copying the contents of another model.
public JiraConnectionModel ( JiraConnectionModel other ) : System
other JiraConnectionModel The other model to copy from.
return System

LoadFrom() public method

Load the JIRA connection settings from the XML store.
public LoadFrom ( ArtOfTest store ) : void
store ArtOfTest The XML store to read the settings out of. It originally /// comes from the settings.aiis file.
return void

SaveTo() public method

Save the settings to an XML store.
public SaveTo ( ArtOfTest store ) : void
store ArtOfTest The XML store to save the settings to. This eventually gets persisted /// to the settings.aiis file.
return void