Class: DatadogAPIClient::V2::CIAppPipelineEventPreviousPipeline

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

Overview

If the pipeline is a retry, this should contain the details of the previous attempt.

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_previous_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_previous_pipeline.rb', line 28

def url
  @url
end