Uses of Class
hudson.model.TopLevelItemDescriptor
Packages that use 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
Subclasses of TopLevelItemDescriptor in hudson.modelModifier and TypeClassDescriptionstatic class
AbstractProject
subtypes should implement this base class as a descriptor.static class
Fields in hudson.model with type parameters of type TopLevelItemDescriptorModifier and TypeFieldDescriptionstatic final List<TopLevelItemDescriptor>
Items.LIST
Deprecated.Methods in hudson.model that return TopLevelItemDescriptorModifier and TypeMethodDescriptionstatic TopLevelItemDescriptor
Items.getDescriptor
(String fqcn) Deprecated.Underspecified what the parameter is.TopLevelItem.getDescriptor()
Methods in hudson.model that return types with arguments of type TopLevelItemDescriptorModifier 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.Methods in hudson.model with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionItemGroupMixIn.createProject
(TopLevelItemDescriptor type, String name, boolean notify) -
Uses of TopLevelItemDescriptor in hudson.security
Methods in hudson.security with parameters of type TopLevelItemDescriptorModifier 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
Methods in jenkins.model that return TopLevelItemDescriptorMethods in jenkins.model with parameters of type TopLevelItemDescriptorModifier 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
Methods in jenkins.model.item_category with parameters of type TopLevelItemDescriptorModifier and TypeMethodDescriptionstatic ItemCategory
ItemCategory.getCategory
(TopLevelItemDescriptor descriptor) AItemCategory
associated to thisTopLevelItemDescriptor
.
Items.all()
for read access andExtension
for registration.