Class JIRARepository
JIRA related details...this is just placeholder and not real.
Inheritance
System.Object
JIRARepository
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public class JIRARepository
Constructors
View SourceJIRARepository(String, Nullable<Double>)
Declaration
public JIRARepository(string address, double? someOtherJIRASpecificProperty)
Parameters
Type | Name | Description |
---|---|---|
System.String | address | |
System.Nullable<System.Double> | someOtherJIRASpecificProperty |
Properties
View SourceAddress
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
SomeOtherJIRASpecificProperty
Declaration
public double? SomeOtherJIRASpecificProperty { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |