Uses of Class
hudson.model.ViewDescriptor
Packages that use ViewDescriptor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Security-related code.
-
Uses of ViewDescriptor in hudson.model
Subclasses of ViewDescriptor in hudson.modelModifier and TypeClassDescriptionstatic final classstatic classstatic final classstatic classMethods in hudson.model that return ViewDescriptorMethods in hudson.model that return types with arguments of type ViewDescriptorModifier and TypeMethodDescriptionView.all()Returns all the registeredViewDescriptors.static List<ViewDescriptor> View.allInstantiable()Returns theViewDescriptorinstances that can be instantiated for theViewGroupin the currentStaplerRequest2. -
Uses of ViewDescriptor in hudson.security
Methods in hudson.security with parameters of type ViewDescriptorModifier and TypeMethodDescriptionfinal voidACL.checkCreatePermission(ViewGroup c, ViewDescriptor d) Checks if the current security principal has the permission to create views within the specified view group.booleanACL.hasCreatePermission(Authentication a, ViewGroup c, ViewDescriptor d) Deprecated.booleanACL.hasCreatePermission2(org.springframework.security.core.Authentication a, ViewGroup c, ViewDescriptor d) Checks if the given principal has the permission to create views within the specified view group.
ACL.hasCreatePermission2(Authentication, ItemGroup, TopLevelItemDescriptor)