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 class
static class
static final class
static class
Methods in hudson.model that return ViewDescriptorMethods in hudson.model that return types with arguments of type ViewDescriptorModifier and TypeMethodDescriptionView.all()
Returns all the registeredViewDescriptor
s.static List<ViewDescriptor>
View.allInstantiable()
Returns theViewDescriptor
instances that can be instantiated for theViewGroup
in the currentStaplerRequest2
. -
Uses of ViewDescriptor in hudson.security
Methods in hudson.security with parameters of type ViewDescriptorModifier and TypeMethodDescriptionfinal void
ACL.checkCreatePermission
(ViewGroup c, ViewDescriptor d) Checks if the current security principal has the permission to create views within the specified view group.boolean
ACL.hasCreatePermission
(Authentication a, ViewGroup c, ViewDescriptor d) Deprecated.boolean
ACL.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)