You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::DescribeMergeConflictsInputWhen passing DescribeMergeConflictsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
repository_name: "RepositoryName", destination_commit_specifier: "CommitName", source_commit_specifier: "CommitName", merge_option: "FAST_FORWARD_MERGE", max_merge_hunks: 1,
file_path: "Path", conflict_detail_level: "FILE_LEVEL", conflict_resolution_strategy: "NONE", next_token: "NextToken",
}
Instance Attribute Summary collapse
The level of conflict detail to use.
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file.
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
The path of the target files used to describe the conflicts.
The maximum number of merge hunks to include in the output.
The merge option or strategy you want to use to merge the code.
An enumeration token that, when provided in a request, returns the next batch of the results.
The name of the repository where you want to get information about a merge conflict.
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
Possible values:
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
Possible values:
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
#file_path ⇒ StringThe path of the target files used to describe the conflicts.
#max_merge_hunks ⇒ IntegerThe maximum number of merge hunks to include in the output.
#merge_option ⇒ StringThe merge option or strategy you want to use to merge the code.
Possible values:
An enumeration token that, when provided in a request, returns the next batch of the results.
#repository_name ⇒ StringThe name of the repository where you want to get information about a merge conflict.
#source_commit_specifier ⇒ StringThe branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4