@Extension @Symbol(value="simple-theme-plugin") public class SimpleThemeDecorator extends PageDecorator
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonALLclazz| Constructor and Description |
|---|
SimpleThemeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
String |
getCssRules()
Deprecated.
|
String |
getCssUrl()
Deprecated.
|
List<ThemeElement> |
getElements() |
String |
getFaviconUrl()
Deprecated.
|
String |
getHeaderHtml()
Get the complete header HTML for all configured theme elements.
|
String |
getJsUrl()
Deprecated.
|
protected Object |
readResolve() |
void |
setCssRules(String cssRules)
Deprecated.
|
void |
setCssUrl(String cssUrl)
Deprecated.
|
void |
setElements(List<ThemeElement> elements) |
void |
setFaviconUrl(String faviconUrl)
Deprecated.
|
void |
setJsUrl(String jsUrl)
Deprecated.
|
boolean |
shouldInjectCss()
Filter to only inject CSS into "normal" Jenkins pages.
|
all, getDescriptor, getUrladdHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<PageDecorator>Descriptor.FormExceptionpublic List<ThemeElement> getElements()
@DataBoundSetter public void setElements(List<ThemeElement> elements)
@Deprecated public String getCssUrl()
@DataBoundSetter @Deprecated public void setCssUrl(String cssUrl)
@Deprecated public String getCssRules()
@DataBoundSetter @Deprecated public void setCssRules(String cssRules)
@Deprecated public String getJsUrl()
@DataBoundSetter @Deprecated public void setJsUrl(String jsUrl)
@Deprecated public String getFaviconUrl()
@DataBoundSetter @Deprecated public void setFaviconUrl(String faviconUrl)
protected Object readResolve()
public String getHeaderHtml()
public boolean shouldInjectCss()
Copyright © 2016–2021. All rights reserved.