Uses of Class
io.jenkins.plugins.thememanager.Theme.Builder
Package
Description
Dummy javadoc comment till 11.0.18 is released https://bugs.openjdk.org/browse/JDK-8297889
-
Uses of Theme.Builder in io.jenkins.plugins.thememanager
Modifier and TypeMethodDescriptionstatic Theme.Builder
Theme.builder()
Constructs the builder for the theme.Theme.Builder.disableOnBlueOcean()
Disables the theme on BlueOceanTheme.Builder.enableOnBlueOcean()
Enables the theme on BlueOceanTheme.Builder.respectSystemAppearance()
Marks the theme as a 'system' respecting theme that will adapt to light and dark system configurationTheme.Builder.withCssUrl
(String cssUrl) A URL to a CSS file, this can be served by Jenkins or remote.Theme.Builder.withCssUrls
(List<String> cssUrls) Theme.Builder.withJavascriptUrl
(String javascriptUrl) A URL to a JavaScript file, this can be served by Jenkins or remote.Theme.Builder.withJavascriptUrls
(List<String> javascriptUrls) Theme.Builder.withProperty
(String pluginId, String name, String value) Properties are a way a theme author can provide extra information to plugins.