public static enum MavenResolver.RetryChance extends Enum<MavenResolver.RetryChance>
| Modifier and Type | Method and Description |
|---|---|
int |
chance()
Ordering information for
chances of retry |
static MavenResolver.RetryChance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenResolver.RetryChance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenResolver.RetryChance NEVER
public static final MavenResolver.RetryChance LOW
public static final MavenResolver.RetryChance HIGH
public static final MavenResolver.RetryChance UNKNOWN
public static MavenResolver.RetryChance[] values()
for (MavenResolver.RetryChance c : MavenResolver.RetryChance.values()) System.out.println(c);
public static MavenResolver.RetryChance 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 nullpublic int chance()
chances of retryCopyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.