Show / Hide Table of Contents

Class JiraConfig

Configure settings for a Jira client. Mostly just a wrapper over Microsoft.Internal.Studios.Jira.JiraInitParams, but also meant to be read from a file.

Inheritance
object
JiraConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Jira
Assembly: Aruba.Jira.dll
Syntax
public class JiraConfig

Properties

View Source

EnableRichText

Gets or sets a value indicating whether or not to enable rich text.

Declaration
public bool EnableRichText { get; set; }
Property Value
Type Description
bool
View Source

ProjectName

Gets or sets the project name.

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
string
View Source

ServiceUri

Gets or sets the service URI.

Declaration
public Uri ServiceUri { get; set; }
Property Value
Type Description
Uri
View Source

TagWhitepaceReplacementString

Gets or sets the value to use to replace whitespace in strings. Default is string.Empty;

Declaration
public string TagWhitepaceReplacementString { get; set; }
Property Value
Type Description
string

Methods

View Source

ToJiraInitParams()

Creates and returns JiraInitParams based on this JiraConfig.

Declaration
public JiraInitParams ToJiraInitParams()
Returns
Type Description
JiraInitParams

The JiraInitParams based on this JiraConfig.

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