Class: Aws::CodeCommit::Types::DescribeMergeConflictsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_detail_levelString

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.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#conflict_resolution_strategyString

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.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#destination_commit_specifierString

The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The path of the target files used to describe the conflicts.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_merge_hunksInteger

The maximum number of merge hunks to include in the output.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#merge_optionString

The merge option or strategy you want to use to merge the code.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you want to get information about a merge conflict.



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_commit_specifierString

The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).



2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-codecommit/types.rb', line 2117

class DescribeMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :max_merge_hunks,
  :file_path,
  :conflict_detail_level,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end