Uses of Class
com.atlassian.confluence.it.admin.BundledTheme
-
Packages that use BundledTheme Package Description com.atlassian.confluence.it.admin com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.delegates.admin com.atlassian.confluence.it.space -
-
Uses of BundledTheme in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin that return BundledTheme Modifier and Type Method Description static BundledThemeBundledTheme. getDefaultTheme()Deprecated.static BundledThemeBundledTheme. getDocumentationTheme()Deprecated.since 6.0 due to removal of DocThemestatic BundledTheme[]BundledTheme. getNonDefaultThemes()Deprecated.static BundledThemeBundledTheme. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static BundledTheme[]BundledTheme. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BundledTheme in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type BundledTheme Modifier and Type Method Description voidConfluenceRpc. setGlobalTheme(BundledTheme theme)Deprecated.voidConfluenceRpc. setThemeForSpace(Space space, BundledTheme theme)Deprecated. -
Uses of BundledTheme in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type BundledTheme Modifier and Type Method Description voidThemeRpc. setGlobalTheme(BundledTheme theme)voidThemeRpc. setSpaceTheme(Space space, BundledTheme theme) -
Uses of BundledTheme in com.atlassian.confluence.it.space
Methods in com.atlassian.confluence.it.space with parameters of type BundledTheme Modifier and Type Method Description voidSpaceAdmin. setTheme(BundledTheme theme)
-