Package hudson.model

Interface UnprotectedRootAction

All Superinterfaces:
Action, ExtensionPoint, ModelObject, RootAction
All Known Implementing Classes:
AssetManager, CLIAction, IdentityRootAction, ResourceDomainRootAction, WebSocketAgents, WhoAmI

public interface UnprotectedRootAction extends RootAction, ExtensionPoint
RootActions that are accessible to requests that do not have the READ permission on Jenkins.
Since:
1.398
Author:
Kohsuke Kawaguchi