Class: DatadogAPIClient::V2::FlakyTest

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

Overview

A flaky test object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 36

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of a flaky test.



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

def attributes
  @attributes
end

#idObject

Test's ID. This ID is the hash of the test's Fully Qualified Name and Git repository ID. It is the value of the @test.fingerprint_fqn facet on test events, which you can search on in the Test Optimization Explorer to locate a specific test. To filter search results by this ID, use the fingerprint_fqn search key.



31
32
33
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 31

def id
  @id
end

#typeObject

The type of the flaky test from Flaky Test Management.



34
35
36
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 34

def type
  @type
end