public static enum ArtifactMergeInfo.ConflictType extends java.lang.Enum<ArtifactMergeInfo.ConflictType>
Enum Constant and Description |
---|
AUTO_MERGEABLE
AUTO_MERGEABLE - An artifact is updated in mainline and in sandbox but two different object are updated.
|
RESOLVABLE |
UNPROCESSED |
UNRESOLVABLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
shorthand()
Returns the shorthand character of this value.
|
static ArtifactMergeInfo.ConflictType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactMergeInfo.ConflictType |
valueOfShorthand(java.lang.String shorthand)
Returns the value represented by a shorthand character.
|
static ArtifactMergeInfo.ConflictType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactMergeInfo.ConflictType AUTO_MERGEABLE
public static final ArtifactMergeInfo.ConflictType RESOLVABLE
public static final ArtifactMergeInfo.ConflictType UNPROCESSED
public static final ArtifactMergeInfo.ConflictType UNRESOLVABLE
public static ArtifactMergeInfo.ConflictType[] values()
for (ArtifactMergeInfo.ConflictType c : ArtifactMergeInfo.ConflictType.values()) System.out.println(c);
public static ArtifactMergeInfo.ConflictType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final java.lang.String shorthand()
public static ArtifactMergeInfo.ConflictType valueOfShorthand(java.lang.String shorthand)
shorthand
- the shorthand characterjava.lang.IllegalArgumentException
- if the given shorthand character
is invalid