Uses of Interface
hudson.model.ViewGroup
-
Packages that use ViewGroup Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.jenkins.model -
-
Uses of ViewGroup in hudson.model
Subinterfaces of ViewGroup in hudson.model Modifier and Type Interface Description interface
ModifiableViewGroup
ViewGroup
that can be modified.Classes in hudson.model that implement ViewGroup Modifier and Type Class Description class
AbstractCIBase
class
Hudson
class
MyViewsProperty
A UserProperty that remembers user-private views.Fields in hudson.model declared as ViewGroup Modifier and Type Field Description protected ViewGroup
View. owner
Container of this view.Methods in hudson.model that return ViewGroup Modifier and Type Method Description ViewGroup
View. getOwner()
Gets theViewGroup
that this view belongs to.Methods in hudson.model with parameters of type ViewGroup Modifier and Type Method Description static View
View. create(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, ViewGroup owner)
boolean
AllView.DescriptorImpl. isApplicableIn(ViewGroup owner)
boolean
ViewDescriptor. isApplicableIn(ViewGroup owner)
Method parameters in hudson.model with type arguments of type ViewGroup Modifier and Type Method Description boolean
ViewDescriptor. isApplicable(Class<? extends ViewGroup> ownerType)
Constructors in hudson.model with parameters of type ViewGroup Constructor Description AllView(String name, ViewGroup owner)
ListView(String name, ViewGroup owner)
MyView(String name, ViewGroup owner)
View(String name, ViewGroup owner)
ViewGroupMixIn(ViewGroup owner)
-
Uses of ViewGroup in hudson.security
Methods in hudson.security with parameters of type ViewGroup 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. -
Uses of ViewGroup in jenkins.model
Classes in jenkins.model that implement ViewGroup Modifier and Type Class Description class
Jenkins
Root object of the system.
-