|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ConfluenceFlavour> com.atlassian.confluence.setup.settings.ConfluenceFlavour
public enum ConfluenceFlavour
Represents the different possible flavours of Confluence in OnDemand.
Enum Constant Summary | |
---|---|
ALACARTE
|
|
STANDALONE
|
|
VANILLA
|
Method Summary | |
---|---|
static ConfluenceFlavour |
selected()
|
static void |
setSelected(ConfluenceFlavour flavour)
Used to dynamically change the flavour in OnDemand from com.atlassian.studio.confluence.common.services.ConfluenceFlavourService . |
static ConfluenceFlavour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfluenceFlavour[] |
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 |
Enum Constant Detail |
---|
public static final ConfluenceFlavour VANILLA
public static final ConfluenceFlavour STANDALONE
public static final ConfluenceFlavour ALACARTE
Method Detail |
---|
public static ConfluenceFlavour[] values()
for (ConfluenceFlavour c : ConfluenceFlavour.values()) System.out.println(c);
public static ConfluenceFlavour 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ConfluenceFlavour selected()
public static void setSelected(ConfluenceFlavour flavour)
com.atlassian.studio.confluence.common.services.ConfluenceFlavourService
.
Prefer com.atlassian.studio.confluence.common.services.ConfluenceFlavourService#setFlavourFromLicense()
,
which toggles flavour-dependent OnDemand plugins.
flavour
- the flavour to set as the current flavour.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |