Class ThemeResource
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.ThemeResource
-
public class ThemeResource extends Object
Gets and sets global and space themes. Called by ThemeRpc.
-
-
Constructor Summary
Constructors Constructor Description ThemeResource(ThemeManager themeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGlobalTheme()StringgetSpaceTheme(String spaceKey)voidsetGlobalTheme(String themeKey)voidsetSpaceTheme(String spaceKey, String themeKey)
-
-
-
Constructor Detail
-
ThemeResource
public ThemeResource(ThemeManager themeManager)
-
-