Uses of Enum
io.jenkins.plugins.prism.PrismTheme
-
Uses of PrismTheme in io.jenkins.plugins.prism
Methods in io.jenkins.plugins.prism that return PrismThemeModifier and TypeMethodDescriptionPrismConfiguration.getTheme()static PrismThemeReturns the enum constant of this type with the specified name.static PrismTheme[]PrismTheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.prism with parameters of type PrismThemeModifier and TypeMethodDescriptionvoidPrismConfiguration.setTheme(PrismTheme theme) Sets the active theme to be used when rendering the source code with prism.