Package io.jenkins.plugins.darktheme
Class DarkThemeRootAction
java.lang.Object
io.jenkins.plugins.darktheme.DarkThemeRootAction
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction,UnprotectedRootAction
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class DarkThemeRootAction
extends Object
implements UnprotectedRootAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoDynamic(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.RootAction
getBadge
-
Constructor Details
-
DarkThemeRootAction
public DarkThemeRootAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, URISyntaxException, jakarta.servlet.ServletException - Throws:
IOExceptionURISyntaxExceptionjakarta.servlet.ServletException
-