CommitMessageSettings

class oci.devops.models.CommitMessageSettings(**kwargs)

Bases: object

Settings for controlling how commit summaries are appended to the commit message when merging a pull request.

Methods

__init__(**kwargs) Initializes a new CommitMessageSettings object with values from keyword arguments.

Attributes

commit_summaries_count [Required] Gets the commit_summaries_count of this CommitMessageSettings.
__init__(**kwargs)

Initializes a new CommitMessageSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:commit_summaries_count (int) – The value to assign to the commit_summaries_count property of this CommitMessageSettings.
commit_summaries_count

[Required] Gets the commit_summaries_count of this CommitMessageSettings. The number of commit summaries to append. Set to 0 to exclude commit summaries.

Returns:The commit_summaries_count of this CommitMessageSettings.
Return type:int