Class: DatadogAPIClient::V2::TestOptimizationUpdateServiceSettingsRequestAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_enabledObject

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_enabledObject

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_enabledObject

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

#envObject

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_enabledObject

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_enabledObject

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_idObject

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_nameObject

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_enabledObject

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