Class: DatadogAPIClient::V2::TestOptimizationServiceSettingsAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_enabledObject

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_enabledObject

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_enabledObject

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

#envObject

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_enabledObject

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_enabledObject

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_idObject

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_nameObject

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_enabledObject

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