| Package | Description |
|---|---|
| com.atlassian.confluence.test.rest.api.themes |
| Modifier and Type | Method and Description |
|---|---|
static BundledTheme |
BundledTheme.getDefaultTheme() |
static BundledTheme |
BundledTheme.getDocumentationTheme() |
static BundledTheme[] |
BundledTheme.getNonDefaultThemes() |
static BundledTheme |
BundledTheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundledTheme[] |
BundledTheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeRest.setGlobalTheme(BundledTheme theme) |
void |
ThemeRest.setSpaceTheme(Space space,
BundledTheme theme) |
Copyright © 2003–2017 Atlassian. All rights reserved.