@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationServiceSettingsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED |
static String |
JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED_IS_OVERRIDDEN |
static String |
JSON_PROPERTY_CODE_COVERAGE_ENABLED |
static String |
JSON_PROPERTY_CODE_COVERAGE_ENABLED_IS_OVERRIDDEN |
static String |
JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED |
static String |
JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED_IS_OVERRIDDEN |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED |
static String |
JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED_IS_OVERRIDDEN |
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_IS_OVERRIDDEN |
boolean |
unparsed |
| Constructor and Description |
|---|
TestOptimizationServiceSettingsAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED
public static final String JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED_IS_OVERRIDDEN
public static final String JSON_PROPERTY_CODE_COVERAGE_ENABLED
public static final String JSON_PROPERTY_CODE_COVERAGE_ENABLED_IS_OVERRIDDEN
public static final String JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED
public static final String JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED_IS_OVERRIDDEN
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_IS_OVERRIDDEN
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_IS_OVERRIDDEN
public TestOptimizationServiceSettingsAttributes()
public TestOptimizationServiceSettingsAttributes autoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
@Nullable public Boolean getAutoTestRetriesEnabled()
public void setAutoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
public TestOptimizationServiceSettingsAttributes autoTestRetriesEnabledIsOverridden(Boolean autoTestRetriesEnabledIsOverridden)
@Nullable public Boolean getAutoTestRetriesEnabledIsOverridden()
public void setAutoTestRetriesEnabledIsOverridden(Boolean autoTestRetriesEnabledIsOverridden)
public TestOptimizationServiceSettingsAttributes codeCoverageEnabled(Boolean codeCoverageEnabled)
@Nullable public Boolean getCodeCoverageEnabled()
public void setCodeCoverageEnabled(Boolean codeCoverageEnabled)
public TestOptimizationServiceSettingsAttributes codeCoverageEnabledIsOverridden(Boolean codeCoverageEnabledIsOverridden)
@Nullable public Boolean getCodeCoverageEnabledIsOverridden()
public void setCodeCoverageEnabledIsOverridden(Boolean codeCoverageEnabledIsOverridden)
public TestOptimizationServiceSettingsAttributes earlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
@Nullable public Boolean getEarlyFlakeDetectionEnabled()
public void setEarlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
public TestOptimizationServiceSettingsAttributes earlyFlakeDetectionEnabledIsOverridden(Boolean earlyFlakeDetectionEnabledIsOverridden)
@Nullable public Boolean getEarlyFlakeDetectionEnabledIsOverridden()
public void setEarlyFlakeDetectionEnabledIsOverridden(Boolean earlyFlakeDetectionEnabledIsOverridden)
public TestOptimizationServiceSettingsAttributes env(String env)
@Nullable public String getEnv()
public void setEnv(String env)
public TestOptimizationServiceSettingsAttributes failedTestReplayEnabled(Boolean failedTestReplayEnabled)
@Nullable public Boolean getFailedTestReplayEnabled()
public void setFailedTestReplayEnabled(Boolean failedTestReplayEnabled)
public TestOptimizationServiceSettingsAttributes failedTestReplayEnabledIsOverridden(Boolean failedTestReplayEnabledIsOverridden)
@Nullable public Boolean getFailedTestReplayEnabledIsOverridden()
public void setFailedTestReplayEnabledIsOverridden(Boolean failedTestReplayEnabledIsOverridden)
public TestOptimizationServiceSettingsAttributes prCommentsEnabled(Boolean prCommentsEnabled)
@Nullable public Boolean getPrCommentsEnabled()
public void setPrCommentsEnabled(Boolean prCommentsEnabled)
public TestOptimizationServiceSettingsAttributes repositoryId(String repositoryId)
@Nullable public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public TestOptimizationServiceSettingsAttributes serviceName(String serviceName)
@Nullable public String getServiceName()
public void setServiceName(String serviceName)
public TestOptimizationServiceSettingsAttributes testImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
@Nullable public Boolean getTestImpactAnalysisEnabled()
public void setTestImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
public TestOptimizationServiceSettingsAttributes testImpactAnalysisEnabledIsOverridden(Boolean testImpactAnalysisEnabledIsOverridden)
@Nullable public Boolean getTestImpactAnalysisEnabledIsOverridden()
public void setTestImpactAnalysisEnabledIsOverridden(Boolean testImpactAnalysisEnabledIsOverridden)
public TestOptimizationServiceSettingsAttributes 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.