hudson.plugins.downstream_ext
Enum MatrixTrigger
java.lang.Object
java.lang.Enum<MatrixTrigger>
hudson.plugins.downstream_ext.MatrixTrigger
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<MatrixTrigger>
public enum MatrixTrigger
- extends java.lang.Enum<MatrixTrigger>
|
Method Summary |
java.lang.String |
getDescription()
|
static MatrixTrigger |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MatrixTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ONLY_PARENT
public static final MatrixTrigger ONLY_PARENT
ONLY_CONFIGURATIONS
public static final MatrixTrigger ONLY_CONFIGURATIONS
BOTH
public static final MatrixTrigger BOTH
values
public static MatrixTrigger[] 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 (MatrixTrigger c : MatrixTrigger.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MatrixTrigger valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getDescription
public java.lang.String getDescription()
Copyright © 2010. All Rights Reserved.