Uses of Interface
hudson.model.UnprotectedRootAction
-
Packages that use UnprotectedRootAction Package Description hudson.cli Server-side CLI commands for Hudson.hudson.security Security-related code.jenkins.agents jenkins.model jenkins.model.identity jenkins.security -
-
Uses of UnprotectedRootAction in hudson.cli
Classes in hudson.cli that implement UnprotectedRootAction Modifier and Type Class Description class
CLIAction
Shows usage of CLI and commands. -
Uses of UnprotectedRootAction in hudson.security
Classes in hudson.security that implement UnprotectedRootAction Modifier and Type Class Description class
WhoAmI
Expose the data needed for /whoAmI, so it can be exposed by Api. -
Uses of UnprotectedRootAction in jenkins.agents
Classes in jenkins.agents that implement UnprotectedRootAction Modifier and Type Class Description class
WebSocketAgents
-
Uses of UnprotectedRootAction in jenkins.model
Classes in jenkins.model that implement UnprotectedRootAction Modifier and Type Class Description class
AssetManager
Serves files located in the/assets
classpath directory via the Jenkins core ClassLoader. -
Uses of UnprotectedRootAction in jenkins.model.identity
Classes in jenkins.model.identity that implement UnprotectedRootAction 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 UnprotectedRootAction in jenkins.security
Classes in jenkins.security that implement UnprotectedRootAction Modifier and Type Class Description class
ResourceDomainRootAction
Root action servingDirectoryBrowserSupport
instances on random URLs to support resource URLs (second domain).
-