Uses of Interface
hudson.model.RootAction
Package
Description
Server-side CLI commands for Hudson.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of RootAction in hudson.cli
-
Uses of RootAction in hudson.model
Modifier and TypeInterfaceDescriptioninterface
RootAction
s that are accessible to requests that do not have the READ permission onJenkins
.Modifier and TypeClassDescriptionstatic class
Serves the combined list of environment variables available from this plugin.class
Adds the "Manage Jenkins" link to the top page.static class
-
Uses of RootAction in hudson.security
Modifier and TypeClassDescriptionclass
Expose the data needed for /whoAmI, so it can be exposed by Api. -
Uses of RootAction in jenkins
-
Uses of RootAction in jenkins.agents
-
Uses of RootAction in jenkins.management
-
Uses of RootAction in jenkins.model
Modifier and TypeClassDescriptionclass
Serves files located in the/assets
classpath directory via the Jenkins core ClassLoader.class
Deprecated. -
Uses of RootAction in jenkins.model.identity
Modifier and TypeClassDescriptionclass
A simple root action that exposes the public key to users so that they do not need to search for theX-Instance-Identity
response header, also exposes the fingerprint of the public key so that people can verify a fingerprint of a master before connecting to it. -
Uses of RootAction in jenkins.security
Modifier and TypeClassDescriptionclass
Root action servingDirectoryBrowserSupport
instances on random URLs to support resource URLs (second domain). -
Uses of RootAction in jenkins.websocket
CloudsLink
andCloudSet
.