Show / Hide Table of Contents

Class JiraRepository

Jira related details.

Inheritance
object
JiraRepository
Implements
IBugRepository
IEquatable<JiraRepository>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public sealed record JiraRepository : IBugRepository, IEquatable<JiraRepository>

Constructors

View Source

JiraRepository(Uri, string, bool)

Declaration
public JiraRepository(Uri baseUri, string project, bool isCloud = false)
Parameters
Type Name Description
Uri baseUri
string project
bool isCloud

Properties

View Source

BaseUri

Declaration
[JsonProperty(Required = Required.Always)]
[Required]
public Uri BaseUri { get; }
Property Value
Type Description
Uri
View Source

DefaultBucketByField

Gets the default bucket field name for the bug repository.

Declaration
[JsonIgnore]
public string DefaultBucketByField { get; }
Property Value
Type Description
string
View Source

IsCloud

Declaration
[JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public bool IsCloud { get; }
Property Value
Type Description
bool
View Source

Project

Declaration
[JsonProperty(Required = Required.Always)]
[Required]
public string Project { get; }
Property Value
Type Description
string

Implements

IBugRepository
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX