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 TypeClassDescriptionclass
class
class
A 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 View
View.create
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, ViewGroup owner) static View
View.create
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, ViewGroup owner) Deprecated.boolean
AllView.DescriptorImpl.isApplicableIn
(ViewGroup owner) boolean
ViewDescriptor.isApplicableIn
(ViewGroup owner) Method parameters in hudson.model with type arguments of type ViewGroupModifier and TypeMethodDescriptionboolean
ViewDescriptor.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 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. -
Uses of ViewGroup in jenkins.model
Classes in jenkins.model that implement ViewGroup
View.create(StaplerRequest2, StaplerResponse2, ViewGroup)