Class: DatadogAPIClient::V2::TestOptimizationServiceSettingsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TestOptimizationServiceSettingsAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb
Overview
Attributes for Test Optimization service settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auto_test_retries_enabled ⇒ Object
Whether Auto Test Retries are enabled for this service.
-
#code_coverage_enabled ⇒ Object
Whether Code Coverage is enabled for this service.
-
#early_flake_detection_enabled ⇒ Object
Whether Early Flake Detection is enabled for this service.
-
#env ⇒ Object
The environment name.
-
#failed_test_replay_enabled ⇒ Object
Whether Failed Test Replay is enabled for this service.
-
#pr_comments_enabled ⇒ Object
Whether PR Comments are enabled for this service.
-
#repository_id ⇒ Object
The repository identifier.
-
#service_name ⇒ Object
The service name.
-
#test_impact_analysis_enabled ⇒ Object
Whether Test Impact Analysis is enabled for this service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 51 def additional_properties @additional_properties end |
#auto_test_retries_enabled ⇒ Object
Whether Auto Test Retries are enabled for this service.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 25 def auto_test_retries_enabled @auto_test_retries_enabled end |
#code_coverage_enabled ⇒ Object
Whether Code Coverage is enabled for this service.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 28 def code_coverage_enabled @code_coverage_enabled end |
#early_flake_detection_enabled ⇒ Object
Whether Early Flake Detection is enabled for this service.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 31 def early_flake_detection_enabled @early_flake_detection_enabled end |
#env ⇒ Object
The environment name.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 34 def env @env end |
#failed_test_replay_enabled ⇒ Object
Whether Failed Test Replay is enabled for this service.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 37 def failed_test_replay_enabled @failed_test_replay_enabled end |
#pr_comments_enabled ⇒ Object
Whether PR Comments are enabled for this service.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 40 def pr_comments_enabled @pr_comments_enabled end |
#repository_id ⇒ Object
The repository identifier.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 43 def repository_id @repository_id end |
#service_name ⇒ Object
The service name.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 46 def service_name @service_name end |
#test_impact_analysis_enabled ⇒ Object
Whether Test Impact Analysis is enabled for this service.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb', line 49 def test_impact_analysis_enabled @test_impact_analysis_enabled end |