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.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 33 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. On the Test Runs UI it is the same as the test_fingerprint_fqn
tag.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 28 def id @id end |
#type ⇒ Object
The type of the flaky test from Flaky Test Management.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/flaky_test.rb', line 31 def type @type end |