Class: DatadogAPIClient::V2::TestOptimizationUpdateServiceSettingsRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TestOptimizationUpdateServiceSettingsRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb
Overview
Attributes for updating Test Optimization service settings. All non-required fields are optional; only provided fields will be updated.
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
readonly
The repository identifier.
-
#service_name ⇒ Object
readonly
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.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 52 def additional_properties @additional_properties end |
#auto_test_retries_enabled ⇒ Object
Whether Auto Test Retries are enabled for this service.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 26 def auto_test_retries_enabled @auto_test_retries_enabled end |
#code_coverage_enabled ⇒ Object
Whether Code Coverage is enabled for this service.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 29 def code_coverage_enabled @code_coverage_enabled end |
#early_flake_detection_enabled ⇒ Object
Whether Early Flake Detection is enabled for this service.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 32 def early_flake_detection_enabled @early_flake_detection_enabled end |
#env ⇒ Object
The environment name. If omitted, defaults to none.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 35 def env @env end |
#failed_test_replay_enabled ⇒ Object
Whether Failed Test Replay is enabled for this service.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 38 def failed_test_replay_enabled @failed_test_replay_enabled end |
#pr_comments_enabled ⇒ Object
Whether PR Comments are enabled for this service.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 41 def pr_comments_enabled @pr_comments_enabled end |
#repository_id ⇒ Object
The repository identifier.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 44 def repository_id @repository_id end |
#service_name ⇒ Object
The service name.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 47 def service_name @service_name end |
#test_impact_analysis_enabled ⇒ Object
Whether Test Impact Analysis is enabled for this service.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb', line 50 def test_impact_analysis_enabled @test_impact_analysis_enabled end |