public static enum PresetData.DataSet extends Enum<PresetData.DataSet>
| Enum Constant and Description |
|---|
ANONYMOUS_READONLY
Secured Hudson where anonymous user is read-only,
and any logged in user has a full access.
|
NO_ANONYMOUS_READACCESS
Secured Hudson that has no anonymous read access.
|
SECURED_ACEGI |
| Modifier and Type | Method and Description |
|---|---|
static PresetData.DataSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresetData.DataSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresetData.DataSet NO_ANONYMOUS_READACCESS
public static final PresetData.DataSet ANONYMOUS_READONLY
public static final PresetData.DataSet SECURED_ACEGI
public static PresetData.DataSet[] values()
for (PresetData.DataSet c : PresetData.DataSet.values()) System.out.println(c);
public static PresetData.DataSet 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 nullCopyright © 2004–2019. All rights reserved.