Property | Type | Description |
---|
Method | Description | |
---|---|---|
JiraConnectionModel ( ) : System |
Default constructor
|
|
JiraConnectionModel ( |
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.
|
public JiraConnectionModel ( |
||
other | The other model to copy from. | |
return | System |
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 |
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 |