Class GitlabPipelineIdentifier
- Assembly
- MES.MQC.DataSourceLibrary.dll
public class GitlabPipelineIdentifier : IContentIdentifier
- Inheritance
-
GitlabPipelineIdentifier
- Implements
- Inherited Members
Properties
ArtifactPath
[JsonProperty("a")]
public string ArtifactPath { get; set; }
Property Value
JobId
[JsonProperty("j")]
public long? JobId { get; set; }
Property Value
- long?
PipelineId
[JsonProperty("p")]
public long? PipelineId { get; set; }
Property Value
- long?