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.TransientUserActionFactoryImpl
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested 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
-
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, isVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, hasAnyPermission, hasPermission, hasPermission, hasPermission2
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
Methods inherited from interface jenkins.model.ModelObjectWithContextMenu
doContextMenu
-
Constructor Details
-
RootActionImpl
public RootActionImpl()Our constructor.
-