Package hudson.model
Interface RootAction
-
- All Superinterfaces:
Action
,ExtensionPoint
,ModelObject
- All Known Subinterfaces:
UnprotectedRootAction
- All Known Implementing Classes:
AdministrativeMonitorsApi
,AssetManager
,CLIAction
,EnvironmentContributor.EnvVarsHtml
,GlobalCloudConfiguration
,I18n
,IdentityRootAction
,ManageJenkinsAction
,MyViewsProperty.GlobalAction
,ResourceDomainRootAction
,RunIdMigrator.UnmigrationInstruction
,WebSocketAgents
,WebSocketEcho
,WhoAmI
public interface RootAction extends Action, ExtensionPoint
Marker interface for actions that are added toJenkins
.Extend from this interface and put
Extension
on your subtype to have them auto-registered toJenkins
.- Since:
- 1.311
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-