@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class DarkThemeRootAction extends Object implements UnprotectedRootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
DarkThemeRootAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDarkThemeCss(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res) |
void |
doDarkThemeSystemCss(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Action@WebMethod(name="theme.css")
public void doDarkThemeCss(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws IOException
IOException@WebMethod(name="theme-system.css")
public void doDarkThemeSystemCss(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws IOException
IOExceptionCopyright © 2016–2021. All rights reserved.