Class: DatadogAPIClient::V2::FlakyTestPipelineStats
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestPipelineStats
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_test_pipeline_stats.rb
Overview
CI pipeline related statistics for the flaky test. This information is only available if test runs are associated with CI pipeline events from CI Visibility.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#failed_pipelines ⇒ Object
The number of pipelines that failed due to this test for the past 7 days.
-
#total_lost_time_ms ⇒ Object
The total time lost by CI pipelines due to this flaky test in milliseconds.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/flaky_test_pipeline_stats.rb', line 30 def additional_properties @additional_properties end |
#failed_pipelines ⇒ Object
The number of pipelines that failed due to this test for the past 7 days. This is computed as the sum of failed CI pipeline events associated with test runs where the flaky test failed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/flaky_test_pipeline_stats.rb', line 25 def failed_pipelines @failed_pipelines end |
#total_lost_time_ms ⇒ Object
The total time lost by CI pipelines due to this flaky test in milliseconds. This is computed as the sum of the duration of failed CI pipeline events associated with test runs where the flaky test failed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/flaky_test_pipeline_stats.rb', line 28 def total_lost_time_ms @total_lost_time_ms end |