Class DefaultJiraTitleSettings
Phoenix Settings for configuring a DefaultJiraConfigContainer.
Inherited Members
      SettingsCategoryBase.CategoryName
    
    
      SettingsCategoryBase.DisplayName
    
    
      SettingsCategoryBase.ShowInSettingsManager
    
    
      SettingsCategoryBase.AllowedValues
    
    
    
    
    
    
    
    
  Namespace: Phoenix.Plugin.Aruba.DefaultJiraConfig
Assembly: Phoenix.Plugin.Aruba.DefaultJiraConfig.dll
Syntax
public class DefaultJiraTitleSettings : SettingsCategoryBaseConstructors
View SourceDefaultJiraTitleSettings()
Initializes a new instance of the DefaultJiraTitleSettings class.
Declaration
public DefaultJiraTitleSettings()Properties
View SourceEnableRichText
Gets or sets a value indicating whether or not to enable rich text.
Declaration
[PhoenixSetting("EnableRichText", "Enable Rich Text (Beta)")]
public bool EnableRichText { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
ProjectName
Gets or sets the name of the project on the Jira service.
Declaration
[PhoenixSetting("ProjectName", "Project Name")]
public string ProjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ServiceEndpoint
Gets or sets the endpoint Uri for the Jira service.
Declaration
[PhoenixSetting("ServiceEndpoint", "Jira Service Uri")]
public string ServiceEndpoint { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
View SourceIsEmpty()
Checks if any field is null or empty.
Declaration
public bool IsEmpty()Returns
| Type | Description | 
|---|---|
| bool | True if any field is null or empty, false otherwise. |