Class: DatadogAPIClient::V2::FlakyTestHistoryPolicyMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestHistoryPolicyMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb
Overview
Metadata about the policy that triggered this status change.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#branches ⇒ Object
Branches where the test was flaky at the time of the status change.
-
#config ⇒ Object
Configuration parameters of the policy that triggered this status change.
-
#days_active ⇒ Object
readonly
The number of days the test has been active at the time of the status change.
-
#days_without_flake ⇒ Object
readonly
The number of days since the test last exhibited flakiness.
-
#failure_rate ⇒ Object
readonly
The failure rate of the test at the time of the status change.
-
#state ⇒ Object
The previous state of the test.
-
#total_runs ⇒ Object
readonly
The total number of test runs at the time of the status change.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 45 def additional_properties @additional_properties end |
#branches ⇒ Object
Branches where the test was flaky at the time of the status change.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 25 def branches @branches end |
#config ⇒ Object
Configuration parameters of the policy that triggered this status change.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 28 def config @config end |
#days_active ⇒ Object
The number of days the test has been active at the time of the status change.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 31 def days_active @days_active end |
#days_without_flake ⇒ Object
The number of days since the test last exhibited flakiness.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 34 def days_without_flake @days_without_flake end |
#failure_rate ⇒ Object
The failure rate of the test at the time of the status change.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 37 def failure_rate @failure_rate end |
#state ⇒ Object
The previous state of the test.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 40 def state @state end |
#total_runs ⇒ Object
The total number of test runs at the time of the status change.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb', line 43 def total_runs @total_runs end |