@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationUpdateServiceSettingsRequestAttributes extends Object
null is a no-op. To reset a
setting to inherit from the repository level, use the corresponding <setting>_inherit
field.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED |
static String |
JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED_INHERIT |
static String |
JSON_PROPERTY_CODE_COVERAGE_ENABLED |
static String |
JSON_PROPERTY_CODE_COVERAGE_ENABLED_INHERIT |
static String |
JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED |
static String |
JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED_INHERIT |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED |
static String |
JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED_INHERIT |
static String |
JSON_PROPERTY_PR_COMMENTS_ENABLED |
static String |
JSON_PROPERTY_REPOSITORY_ID |
static String |
JSON_PROPERTY_SERVICE_NAME |
static String |
JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED |
static String |
JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED_INHERIT |
boolean |
unparsed |
| Constructor and Description |
|---|
TestOptimizationUpdateServiceSettingsRequestAttributes() |
TestOptimizationUpdateServiceSettingsRequestAttributes(String repositoryId,
String serviceName) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED
public static final String JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED_INHERIT
public static final String JSON_PROPERTY_CODE_COVERAGE_ENABLED
public static final String JSON_PROPERTY_CODE_COVERAGE_ENABLED_INHERIT
public static final String JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED
public static final String JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED_INHERIT
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED
public static final String JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED_INHERIT
public static final String JSON_PROPERTY_PR_COMMENTS_ENABLED
public static final String JSON_PROPERTY_REPOSITORY_ID
public static final String JSON_PROPERTY_SERVICE_NAME
public static final String JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED
public static final String JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED_INHERIT
public TestOptimizationUpdateServiceSettingsRequestAttributes()
public TestOptimizationUpdateServiceSettingsRequestAttributes autoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
@Nullable public Boolean getAutoTestRetriesEnabled()
null is a
no-op; use auto_test_retries_enabled_inherit to reset to repository-level
inheritance.public void setAutoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes autoTestRetriesEnabledInherit(Boolean autoTestRetriesEnabledInherit)
@Nullable public Boolean getAutoTestRetriesEnabledInherit()
true, resets the Auto Test Retries setting to inherit from the repository
level.public void setAutoTestRetriesEnabledInherit(Boolean autoTestRetriesEnabledInherit)
public TestOptimizationUpdateServiceSettingsRequestAttributes codeCoverageEnabled(Boolean codeCoverageEnabled)
@Nullable public Boolean getCodeCoverageEnabled()
null is a no-op; use
code_coverage_enabled_inherit to reset to repository-level inheritance.public void setCodeCoverageEnabled(Boolean codeCoverageEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes codeCoverageEnabledInherit(Boolean codeCoverageEnabledInherit)
@Nullable public Boolean getCodeCoverageEnabledInherit()
true, resets the Code Coverage setting to inherit from the repository level.public void setCodeCoverageEnabledInherit(Boolean codeCoverageEnabledInherit)
public TestOptimizationUpdateServiceSettingsRequestAttributes earlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
@Nullable public Boolean getEarlyFlakeDetectionEnabled()
null is a
no-op; use early_flake_detection_enabled_inherit to reset to repository-level
inheritance.public void setEarlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes earlyFlakeDetectionEnabledInherit(Boolean earlyFlakeDetectionEnabledInherit)
@Nullable public Boolean getEarlyFlakeDetectionEnabledInherit()
true, resets the Early Flake Detection setting to inherit from the repository
level.public void setEarlyFlakeDetectionEnabledInherit(Boolean earlyFlakeDetectionEnabledInherit)
public TestOptimizationUpdateServiceSettingsRequestAttributes env(String env)
@Nullable public String getEnv()
none.public void setEnv(String env)
public TestOptimizationUpdateServiceSettingsRequestAttributes failedTestReplayEnabled(Boolean failedTestReplayEnabled)
@Nullable public Boolean getFailedTestReplayEnabled()
null is a
no-op; use failed_test_replay_enabled_inherit to reset to repository-level
inheritance.public void setFailedTestReplayEnabled(Boolean failedTestReplayEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes failedTestReplayEnabledInherit(Boolean failedTestReplayEnabledInherit)
@Nullable public Boolean getFailedTestReplayEnabledInherit()
true, resets the Failed Test Replay setting to inherit from the repository
level.public void setFailedTestReplayEnabledInherit(Boolean failedTestReplayEnabledInherit)
public TestOptimizationUpdateServiceSettingsRequestAttributes prCommentsEnabled(Boolean prCommentsEnabled)
@Nullable public Boolean getPrCommentsEnabled()
public void setPrCommentsEnabled(Boolean prCommentsEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes repositoryId(String repositoryId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public TestOptimizationUpdateServiceSettingsRequestAttributes serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public TestOptimizationUpdateServiceSettingsRequestAttributes testImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
@Nullable public Boolean getTestImpactAnalysisEnabled()
null is a
no-op; use test_impact_analysis_enabled_inherit to reset to repository-level
inheritance.public void setTestImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes testImpactAnalysisEnabledInherit(Boolean testImpactAnalysisEnabledInherit)
@Nullable public Boolean getTestImpactAnalysisEnabledInherit()
true, resets the Test Impact Analysis setting to inherit from the repository
level.public void setTestImpactAnalysisEnabledInherit(Boolean testImpactAnalysisEnabledInherit)
public TestOptimizationUpdateServiceSettingsRequestAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.