Uses of Class
hudson.model.ViewDescriptor
-
Packages that use ViewDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code. -
-
Uses of ViewDescriptor in hudson.model
Subclasses of ViewDescriptor in hudson.model Modifier and Type Class Description static class
AllView.DescriptorImpl
static class
ListView.DescriptorImpl
static class
MyView.DescriptorImpl
static class
ProxyView.DescriptorImpl
Methods in hudson.model that return ViewDescriptor Modifier and Type Method Description ViewDescriptor
View. getDescriptor()
Methods in hudson.model that return types with arguments of type ViewDescriptor Modifier and Type Method Description static DescriptorExtensionList<View,ViewDescriptor>
View. all()
Returns all the registeredViewDescriptor
s.static List<ViewDescriptor>
View. allInstantiable()
Returns theViewDescriptor
instances that can be instantiated for theViewGroup
in the currentStaplerRequest
. -
Uses of ViewDescriptor in hudson.security
Methods in hudson.security with parameters of type ViewDescriptor Modifier and Type Method Description 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)
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.
-