Uses of Class
hudson.model.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
Modifier and TypeClassDescriptionstatic final class
static class
static final class
static class
Modifier 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
Modifier 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)