UpdateRepositorySettingsDetails¶
-
class
oci.devops.models.
UpdateRepositorySettingsDetails
(**kwargs)¶ Bases:
object
Information to update custom repository settings
Methods
__init__
(**kwargs)Initializes a new UpdateRepositorySettingsDetails object with values from keyword arguments. Attributes
approval_rules
Gets the approval_rules of this UpdateRepositorySettingsDetails. merge_checks
Gets the merge_checks of this UpdateRepositorySettingsDetails. merge_settings
Gets the merge_settings of this UpdateRepositorySettingsDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateRepositorySettingsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - merge_checks (oci.devops.models.MergeChecks) – The value to assign to the merge_checks property of this UpdateRepositorySettingsDetails.
- merge_settings (oci.devops.models.MergeSettings) – The value to assign to the merge_settings property of this UpdateRepositorySettingsDetails.
- approval_rules (oci.devops.models.UpdateApprovalRuleDetailsCollection) – The value to assign to the approval_rules property of this UpdateRepositorySettingsDetails.
-
approval_rules
¶ Gets the approval_rules of this UpdateRepositorySettingsDetails.
Returns: The approval_rules of this UpdateRepositorySettingsDetails. Return type: oci.devops.models.UpdateApprovalRuleDetailsCollection
-
merge_checks
¶ Gets the merge_checks of this UpdateRepositorySettingsDetails.
Returns: The merge_checks of this UpdateRepositorySettingsDetails. Return type: oci.devops.models.MergeChecks
-
merge_settings
¶ Gets the merge_settings of this UpdateRepositorySettingsDetails.
Returns: The merge_settings of this UpdateRepositorySettingsDetails. Return type: oci.devops.models.MergeSettings
-