public enum ReleaseStatus extends Enum<ReleaseStatus>
| Enum Constant and Description |
|---|
IMPORT_ERROR |
SET_UP_ERROR |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.pnc.model.MilestoneReleaseStatus |
getMilestoneReleaseStatus() |
static ReleaseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReleaseStatus SUCCESS
public static final ReleaseStatus IMPORT_ERROR
public static final ReleaseStatus SET_UP_ERROR
public static ReleaseStatus[] values()
for (ReleaseStatus c : ReleaseStatus.values()) System.out.println(c);
public static ReleaseStatus 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 org.jboss.pnc.model.MilestoneReleaseStatus getMilestoneReleaseStatus()
Copyright © 2014–2017. All rights reserved.