Class: DatadogAPIClient::V2::CIAppPipelineEventParentPipeline

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb

Overview

If the pipeline is triggered as child of another pipeline, this should contain the details of the parent pipeline.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

UUID of a pipeline.



25
26
27
# File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb', line 25

def id
  @id
end

#urlObject

The URL to look at the pipeline in the CI provider UI.



28
29
30
# File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb', line 28

def url
  @url
end