Class ArubaSettings
A class associated with Phoenix settings for Aruba
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaSettings : SettingsCategoryBase
Constructors
View SourceArubaSettings()
Initializes a new instance of the ArubaSettings class.
Declaration
public ArubaSettings()
Properties
View SourceAutoFollowBugs
Gets or sets a value indicating whether to automatically follow created bugs (ADO only).
Declaration
[PhoenixSetting("AutoFollowBugs", "Auto Follow Bugs")]
public bool AutoFollowBugs { get; set; }
Property Value
Type | Description |
---|---|
bool |
AutoSaveFilePath
Gets or sets a value of where the auto-save files will be saved to the file system.
Declaration
[PhoenixSetting("AutoSaveFilePath", "Auto-save file path")]
public string AutoSaveFilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
AutoSaveIntervalInSeconds
Gets or sets a value for the frequency, in seconds, of the auto-save event happening.
Declaration
[PhoenixSetting("AutoSaveIntervalInSeconds", "Auto-save interval in seconds")]
public int AutoSaveIntervalInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int |
ConnectOnLoad
Gets or sets a value indicating whether to connect when Phoenix is load.
Declaration
[PhoenixSetting("ConnectOnLoad", "Connect when Phoenix is loaded")]
public bool ConnectOnLoad { get; set; }
Property Value
Type | Description |
---|---|
bool |
LastConnectedTitle
Gets or sets the name of the last connected title.
Declaration
public string LastConnectedTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalCacheFolder
Gets or sets the the local cache location on disk.
Declaration
[PhoenixSetting("LocalCacheFolder", "Location for Aruba to cache files for offline use.", SettingMetadata = SettingMetadata.Directory)]
public string LocalCacheFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowBugSubmittedPopup
Gets or sets a value indicating whether to show the bug submitted dialog after successfully submitting a bug.
Declaration
[PhoenixSetting("ShowBugSubmittedPopup", "Show Bug Submitted Pop-up")]
public bool ShowBugSubmittedPopup { get; set; }
Property Value
Type | Description |
---|---|
bool |
SpellCheckEnabled
Gets or sets a value indicating whether enable or disable spell-checking when creating bugs.
Declaration
[PhoenixSetting("SpellCheckEnabled", "Enable spell-checking")]
public bool SpellCheckEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
SpellCheckLanguage
Gets or sets the spell-checking language.
Declaration
[PhoenixSetting("SpellCheckLanguage", "Custom spell-checking language")]
public string SpellCheckLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
UseDxdiagCache
Gets or sets a value indicating whether the CaptureDxdiag() should use a cached version of a DxDiag attachment, if one exists.
Declaration
[PhoenixSetting("UseDxdiagCache", "Cache dxdiag attachments")]
public bool UseDxdiagCache { get; set; }
Property Value
Type | Description |
---|---|
bool |