Class: DatadogAPIClient::V2::FlakyTest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_test.rb
Overview
A flaky test object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes of a flaky test.
-
#id ⇒ Object
Test's ID.
-
#type ⇒ Object
The type of the flaky test from Flaky Test Management.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#attributes ⇒ Object
Attributes of a flaky test.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 25 def attributes @attributes end |
#id ⇒ Object
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 |
#type ⇒ Object
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 |