Class IssueAsFinding
- Namespace
- MES.MQC.DataSourceLibrary.Adapters.Apis.Jira.Models
- Assembly
- MES.MQC.DataSourceLibrary.dll
public class IssueAsFinding
- Inheritance
-
IssueAsFinding
- Inherited Members
-
Properties
ArtifactInnerPath
public string[] ArtifactInnerPath { get; set; }
Property Value
- string[]
ArtifactPath
public string ArtifactPath { get; set; }
Property Value
- string
Created
public DateTime Created { get; set; }
Property Value
- DateTime
DataSourceName
public string DataSourceName { get; set; }
Property Value
- string
DateTime
public DateTime DateTime { get; set; }
Property Value
- DateTime
Deadline
public DateTime? Deadline { get; set; }
Property Value
- DateTime?
Description
public string Description { get; set; }
Property Value
- string
DescriptionAsHtml
public bool DescriptionAsHtml { get; set; }
Property Value
- bool
Identifier
public string Identifier { get; set; }
Property Value
- string
IssueMessage
public string IssueMessage { get; set; }
Property Value
- string
IssueMessageAsHtml
public bool IssueMessageAsHtml { get; set; }
Property Value
- bool
Measure
public string Measure { get; set; }
Property Value
- string
MeasurementName
public string MeasurementName { get; set; }
Property Value
- string
State
public string State { get; set; }
Property Value
- string
SubjectName
public string SubjectName { get; set; }
Property Value
- string
SubjectPath
public string[] SubjectPath { get; set; }
Property Value
- string[]
SubjectPathForArtifact
public string[] SubjectPathForArtifact { get; set; }
Property Value
- string[]
SubjectType
public string SubjectType { get; set; }
Property Value
- string
Versions
public List<IssueAsFinding> Versions { get; set; }
Property Value
- List<IssueAsFinding>