Uses of Interface
hudson.model.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
Modifier and TypeClassDescriptionclass
class
class
A UserProperty that remembers user-private views.Modifier 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) Modifier and TypeMethodDescriptionboolean
ViewDescriptor.isApplicable
(Class<? extends ViewGroup> ownerType) -
Uses of ViewGroup 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) 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
View.create(StaplerRequest2, StaplerResponse2, ViewGroup)