Class ViewCredentialsAction.RootActionImpl
java.lang.Object
com.cloudbees.plugins.credentials.ViewCredentialsAction
com.cloudbees.plugins.credentials.ViewCredentialsAction.RootActionImpl
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction,AccessControlled,ModelObjectWithContextMenu,IconSpec
- Enclosing class:
- ViewCredentialsAction
@Extension(ordinal=-1000.0)
public static class ViewCredentialsAction.RootActionImpl
extends ViewCredentialsAction
implements RootAction
Add the
ViewCredentialsAction to the Jenkins root.-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.ViewCredentialsAction
ViewCredentialsAction.RootActionImpl, ViewCredentialsAction.TableEntry, ViewCredentialsAction.TransientTopLevelItemActionFactoryImpl, ViewCredentialsAction.TransientUserActionFactoryImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType -
Field Summary
Fields inherited from class com.cloudbees.plugins.credentials.ViewCredentialsAction
MANAGE_DOMAINS, VIEW -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cloudbees.plugins.credentials.ViewCredentialsAction
doContextMenu, getACL, getApi, getContext, getContextFullDisplayName, getContextFullName, getDisplayName, getFullDisplayName, getFullName, getIconClassName, getIconFileName, getLocalStores, getParentStores, getStore, getStoreActions, getStoreActionsMap, getStoreBaseUrl, getTableEntries, getUrlName, isVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, hasAnyPermission, hasPermission, hasPermission, hasPermission2Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlNameMethods inherited from interface jenkins.model.ModelObjectWithContextMenu
doContextMenu
-
Constructor Details
-
RootActionImpl
public RootActionImpl()Our constructor.
-