Uses of Class
hudson.model.TopLevelItemDescriptor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of TopLevelItemDescriptor in hudson.model
Modifier and TypeClassDescriptionstatic class
AbstractProject
subtypes should implement this base class as a descriptor.static class
Modifier and TypeFieldDescriptionstatic final List<TopLevelItemDescriptor>
Items.LIST
Deprecated.Modifier and TypeMethodDescriptionstatic TopLevelItemDescriptor
Items.getDescriptor
(String fqcn) Deprecated.Underspecified what the parameter is.TopLevelItem.getDescriptor()
Modifier and TypeMethodDescriptionItems.all()
Returns all the registeredTopLevelItemDescriptor
s.static List<TopLevelItemDescriptor>
Returns all the registeredTopLevelItemDescriptor
s that the current security principal is allowed to create within the specified item group.static List<TopLevelItemDescriptor>
Items.all
(Authentication a, ItemGroup c) Deprecated.static ExtensionList<TopLevelItemDescriptor>
TopLevelItemDescriptor.all()
Returns all the registeredTopLevelItem
descriptors.static List<TopLevelItemDescriptor>
Returns all the registeredTopLevelItemDescriptor
s that the specified security principal is allowed to create within the specified item group.Modifier and TypeMethodDescriptionItemGroupMixIn.createProject
(TopLevelItemDescriptor type, String name, boolean notify) -
Uses of TopLevelItemDescriptor in hudson.security
Modifier and TypeMethodDescriptionfinal void
Checks if the current security principal has the permission to create top level items within the specified item group.boolean
ACL.hasCreatePermission
(Authentication a, ItemGroup c, TopLevelItemDescriptor d) boolean
ACL.hasCreatePermission2
(org.springframework.security.core.Authentication a, ItemGroup c, TopLevelItemDescriptor d) Checks if the given principal has the permission to create top level items within the specified item group. -
Uses of TopLevelItemDescriptor in jenkins.model
Modifier and TypeMethodDescriptionJenkins.createProject
(TopLevelItemDescriptor type, String name) Jenkins.createProject
(TopLevelItemDescriptor type, String name, boolean notify) ModifiableTopLevelItemGroup.createProject
(TopLevelItemDescriptor type, String name, boolean notify) Creates a new job. -
Uses of TopLevelItemDescriptor in jenkins.model.item_category
Modifier and TypeMethodDescriptionstatic ItemCategory
ItemCategory.getCategory
(TopLevelItemDescriptor descriptor) AItemCategory
associated to thisTopLevelItemDescriptor
.
Items.all()
for read access andExtension
for registration.