Uses of Interface
hudson.model.RootAction
-
Packages that use RootAction Package Description hudson.cli Server-side CLI commands for Hudson.hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.jenkins jenkins.agents jenkins.management jenkins.model jenkins.model.identity jenkins.security jenkins.websocket -
-
Uses of RootAction in hudson.cli
Classes in hudson.cli that implement RootAction Modifier and Type Class Description class
CLIAction
Shows usage of CLI and commands. -
Uses of RootAction in hudson.model
Subinterfaces of RootAction in hudson.model Modifier and Type Interface Description interface
UnprotectedRootAction
RootAction
s that are accessible to requests that do not have the READ permission onJenkins
.Classes in hudson.model that implement RootAction Modifier and Type Class Description static class
EnvironmentContributor.EnvVarsHtml
Serves the combined list of environment variables available from this plugin.class
ManageJenkinsAction
Adds the "Manage Jenkins" link to the top page.static class
MyViewsProperty.GlobalAction
-
Uses of RootAction in hudson.security
Classes in hudson.security that implement RootAction Modifier and Type Class Description class
WhoAmI
Expose the data needed for /whoAmI, so it can be exposed by Api. -
Uses of RootAction in jenkins
Classes in jenkins that implement RootAction Modifier and Type Class Description class
I18n
Internationalization REST (ish) API. -
Uses of RootAction in jenkins.agents
Classes in jenkins.agents that implement RootAction Modifier and Type Class Description class
WebSocketAgents
-
Uses of RootAction in jenkins.management
Classes in jenkins.management that implement RootAction Modifier and Type Class Description class
AdministrativeMonitorsApi
-
Uses of RootAction in jenkins.model
Classes in jenkins.model that implement RootAction Modifier and Type Class Description class
AssetManager
Serves files located in the/assets
classpath directory via the Jenkins core ClassLoader.class
GlobalCloudConfiguration
Provides a configuration form forJenkins.clouds
.static class
RunIdMigrator.UnmigrationInstruction
Expose unmigration instruction to the user. -
Uses of RootAction in jenkins.model.identity
Classes in jenkins.model.identity that implement RootAction Modifier and Type Class Description class
IdentityRootAction
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
Classes in jenkins.security that implement RootAction Modifier and Type Class Description class
ResourceDomainRootAction
Root action servingDirectoryBrowserSupport
instances on random URLs to support resource URLs (second domain). -
Uses of RootAction in jenkins.websocket
Classes in jenkins.websocket that implement RootAction Modifier and Type Class Description class
WebSocketEcho
-