public enum ThreeToTwoResultPreset extends Enum<ThreeToTwoResultPreset>
ThreeWayMergeResultType
and RuleConfiguration
settings.Enum Constant and Description |
---|
ALL_CHANGES
Three to two way merge result will have all the possible changes represented in the output.
|
CONFLICTING_CHANGES
This result will have only conflicting changes.
|
THEIR_CHANGES
This result will show the changes by other person or the changes on the other branch.
|
Modifier and Type | Method and Description |
---|---|
static ThreeToTwoResultPreset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeToTwoResultPreset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeToTwoResultPreset ALL_CHANGES
public static final ThreeToTwoResultPreset CONFLICTING_CHANGES
public static final ThreeToTwoResultPreset THEIR_CHANGES
public static ThreeToTwoResultPreset[] values()
for (ThreeToTwoResultPreset c : ThreeToTwoResultPreset.values()) System.out.println(c);
public static ThreeToTwoResultPreset valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Deltaman Group Ltd. All Rights Reserved.