public enum TeamcityUIExperimental extends java.lang.Enum<TeamcityUIExperimental>
Enum Constant and Description |
---|
DISABLE_ALL
Disable for all users
|
DISABLE_DEFAULT
Disable by default
|
ENABLE_ALL
Enable for all users
|
ENABLE_DEFAULT
Enable by default
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isUsedCurrently(SUser user) |
static TeamcityUIExperimental |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamcityUIExperimental[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamcityUIExperimental DISABLE_ALL
public static final TeamcityUIExperimental DISABLE_DEFAULT
public static final TeamcityUIExperimental ENABLE_DEFAULT
public static final TeamcityUIExperimental ENABLE_ALL
public static TeamcityUIExperimental[] values()
for (TeamcityUIExperimental c : TeamcityUIExperimental.values()) System.out.println(c);
public static TeamcityUIExperimental valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean isUsedCurrently(SUser user)