Show / Hide Table of Contents

Class DefaultJiraTitleSettings

Phoenix Settings for configuring a DefaultJiraConfigContainer.

Inheritance
object
SettingsCategoryBase
DefaultJiraTitleSettings
Inherited Members
SettingsCategoryBase.GetAllowedValuesOrDefault(string)
SettingsCategoryBase.CategoryName
SettingsCategoryBase.DisplayName
SettingsCategoryBase.ShowInSettingsManager
SettingsCategoryBase.AllowedValues
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Plugin.Aruba.DefaultJiraConfig
Assembly: Phoenix.Plugin.Aruba.DefaultJiraConfig.dll
Syntax
public class DefaultJiraTitleSettings : SettingsCategoryBase

Constructors

View Source

DefaultJiraTitleSettings()

Initializes a new instance of the DefaultJiraTitleSettings class.

Declaration
public DefaultJiraTitleSettings()

Properties

View Source

EnableRichText

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
View Source

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
View Source

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 Source

IsEmpty()

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.

  • View Source
In this article
Back to top Generated by DocFX