Class: DatadogAPIClient::V2::FlakyTestHistoryPolicyMeta

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#branchesObject

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

#configObject

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_activeObject

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_flakeObject

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_rateObject

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

#stateObject

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_runsObject

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