| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution |
ConflictResolution.clone() |
ConflictResolution |
MergePullRequestByThreeWayRequest.getConflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergePullRequestBySquashRequest.getConflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergeBranchesByThreeWayRequest.getConflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
MergeBranchesBySquashRequest.getConflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
CreateUnreferencedMergeCommitRequest.getConflictResolution()
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
ConflictResolution |
ConflictResolution.withDeleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution |
ConflictResolution.withDeleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution |
ConflictResolution.withReplaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution |
ConflictResolution.withReplaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution |
ConflictResolution.withSetFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
|
ConflictResolution |
ConflictResolution.withSetFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergePullRequestByThreeWayRequest.setConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
void |
MergePullRequestBySquashRequest.setConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
void |
MergeBranchesByThreeWayRequest.setConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
void |
MergeBranchesBySquashRequest.setConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
void |
CreateUnreferencedMergeCommitRequest.setConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergePullRequestBySquashRequest |
MergePullRequestBySquashRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergeBranchesByThreeWayRequest |
MergeBranchesByThreeWayRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
MergeBranchesBySquashRequest |
MergeBranchesBySquashRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
CreateUnreferencedMergeCommitRequest |
CreateUnreferencedMergeCommitRequest.withConflictResolution(ConflictResolution conflictResolution)
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a
merge.
|
Copyright © 2023. All rights reserved.