public enum ConfluenceFlavour extends Enum<ConfluenceFlavour>
| Enum Constant and Description |
|---|
ALACARTE
Deprecated.
since 5.10. No longer needed.
|
STANDALONE
Deprecated.
since 5.10. No longer needed.
|
VANILLA
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceFlavour |
selected()
Deprecated.
since 5.10. No longer needed.
|
static ConfluenceFlavour |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConfluenceFlavour[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceFlavour VANILLA
public static final ConfluenceFlavour STANDALONE
public static final ConfluenceFlavour ALACARTE
public static ConfluenceFlavour[] values()
for (ConfluenceFlavour c : ConfluenceFlavour.values()) System.out.println(c);
public static ConfluenceFlavour 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 nullpublic static ConfluenceFlavour selected()
VANILLA alwaysCopyright © 2003–2021 Atlassian. All rights reserved.