org.gcube.common.vremanagement.deployer.impl.operators.common
Enum Report.PACKAGESTATUS
java.lang.Object
java.lang.Enum<Report.PACKAGESTATUS>
org.gcube.common.vremanagement.deployer.impl.operators.common.Report.PACKAGESTATUS
- All Implemented Interfaces:
- Serializable, Comparable<Report.PACKAGESTATUS>
- Enclosing class:
- Report
public static enum Report.PACKAGESTATUS
- extends Enum<Report.PACKAGESTATUS>
package status on the report
FAILED
public static final Report.PACKAGESTATUS FAILED
DEPLOYED
public static final Report.PACKAGESTATUS DEPLOYED
STARTED
public static final Report.PACKAGESTATUS STARTED
WAITING
public static final Report.PACKAGESTATUS WAITING
ALREADYDEPLOYED
public static final Report.PACKAGESTATUS ALREADYDEPLOYED
NOTVERIFIED
public static final Report.PACKAGESTATUS NOTVERIFIED
REFERRED
public static final Report.PACKAGESTATUS REFERRED
UPDATED
public static final Report.PACKAGESTATUS UPDATED
SKIPPED
public static final Report.PACKAGESTATUS SKIPPED
PATCHED
public static final Report.PACKAGESTATUS PATCHED
RUNNING
public static final Report.PACKAGESTATUS RUNNING
ACTIVATED
public static final Report.PACKAGESTATUS ACTIVATED
UNDEPLOYED
public static final Report.PACKAGESTATUS UNDEPLOYED
NOTUNDEPLOYABLE
public static final Report.PACKAGESTATUS NOTUNDEPLOYABLE
REMOVEDFROMSCOPE
public static final Report.PACKAGESTATUS REMOVEDFROMSCOPE
REGISTERED
public static final Report.PACKAGESTATUS REGISTERED
ALREADYREGISTERED
public static final Report.PACKAGESTATUS ALREADYREGISTERED
values
public static Report.PACKAGESTATUS[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Report.PACKAGESTATUS c : Report.PACKAGESTATUS.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Report.PACKAGESTATUS valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013. All Rights Reserved.