Uses of Interface
hudson.model.ViewGroup
Packages that use ViewGroup
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Security-related code.
-
Uses of ViewGroup in hudson.model
Subinterfaces of ViewGroup in hudson.modelClasses in hudson.model that implement ViewGroupModifier and TypeClassDescriptionclassclassclassA UserProperty that remembers user-private views.Fields in hudson.model declared as ViewGroupMethods in hudson.model that return ViewGroupMethods in hudson.model with parameters of type ViewGroupModifier and TypeMethodDescriptionstatic ViewView.create(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, ViewGroup owner) booleanAllView.DescriptorImpl.isApplicableIn(ViewGroup owner) booleanViewDescriptor.isApplicableIn(ViewGroup owner) Method parameters in hudson.model with type arguments of type ViewGroupModifier and TypeMethodDescriptionbooleanViewDescriptor.isApplicable(Class<? extends ViewGroup> ownerType) Constructors in hudson.model with parameters of type ViewGroup -
Uses of ViewGroup in hudson.security
Methods in hudson.security with parameters of type ViewGroupModifier 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. -
Uses of ViewGroup in jenkins.model
Classes in jenkins.model that implement ViewGroup
ACL.hasCreatePermission2(Authentication, ItemGroup, TopLevelItemDescriptor)