com.kiuwan.plugins.kiuwanJenkinsPlugin
Enum KiuwanRecorder.ChangeRequestStatusType
java.lang.Object
java.lang.Enum<KiuwanRecorder.ChangeRequestStatusType>
com.kiuwan.plugins.kiuwanJenkinsPlugin.KiuwanRecorder.ChangeRequestStatusType
- All Implemented Interfaces:
- Serializable, Comparable<KiuwanRecorder.ChangeRequestStatusType>
- Enclosing class:
- KiuwanRecorder
public static enum KiuwanRecorder.ChangeRequestStatusType
- extends Enum<KiuwanRecorder.ChangeRequestStatusType>
RESOLVED
public static final KiuwanRecorder.ChangeRequestStatusType RESOLVED
INPROGRESS
public static final KiuwanRecorder.ChangeRequestStatusType INPROGRESS
values
public static KiuwanRecorder.ChangeRequestStatusType[] 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 (KiuwanRecorder.ChangeRequestStatusType c : KiuwanRecorder.ChangeRequestStatusType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KiuwanRecorder.ChangeRequestStatusType 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 © 2004-2016. All Rights Reserved.